-
clone the repository from: https://github.com/nvwebd/fsjs-p10-fullstack-react-courses
-
open 2 terminal windows:
- use one window to cd into folder
api
:cd api
- run
npm install
to install the server packages - run
npm run seed
to seed up the DB with fresh data - run
npm start
to start the server and leave it running
- run
- use another terminal window to cd into folder
client
:cd client
- run
npm install
oryarn
to install the React Libraries - run
npm start
to start the application and leave it running
- run
- use one window to cd into folder
-
the browser window should open up at http://localhost:3000