Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages