Skip to content

lrangell/pokedex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokédex

This repository is a template for a Pokédex application. It contains a server-side REST API built using NestJS and a client-side single-page application built in Angular.

Prerequisites

Setup

  1. Clone the repository.
  2. Install dependencies:
    cd /path/to/cloned/pokedex/
    cd api/
    npm install
    cd ../app/
    npm install

Run

In two separate shells, start the API and app:

cd api/
npm run start
cd app/
npm run start

Both the API and app will rebuild as changes are made to them.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 73.1%
  • HTML 24.2%
  • JavaScript 1.6%
  • SCSS 1.1%