Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 865 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 865 Bytes

Getting Started with the pokedex app

  • To run the applications, simply clone the repo using the link https://github.com/EmilChigu/pokedex.git
  • To clone a repo, use the command git clone https://github.com/EmilChigu/pokedex.git using your terminal of choice into any directory
  • Once cloned, navigate to the pokedex folder and run the command npm install to install all the dependencies
  • After the dependencies have finished installing, run the command npm start to start the development server
  • The application should automatically open in your default browser or you can visit http://localhost:3000/ once the developement server is app and running.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.