Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 514 Bytes

README.MD

File metadata and controls

21 lines (11 loc) · 514 Bytes

Pokemon Project

This is a SERN stack project with redux and simple CSS.

View demo

https://sern-pokemon.herokuapp.com

How To Start Locally

To get started developing right away:

  • Install server side dependencies with npm install

  • Install client side dependencies with cd ./client/ and npm install

  • Back to root directory with cd ../

  • Follow .env_sample file to configure environment variable

  • Start the development server with npm run dev