Project 10 - Fullstack React App - Courses

SETUP

  • 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
      1. run npm install to install the server packages
      2. run npm run seed to seed up the DB with fresh data
      3. run npm start to start the server and leave it running
    • use another terminal window to cd into folder client: cd client
      1. run npm install or yarn to install the React Libraries
      2. run npm start to start the application and leave it running
  • the browser window should open up at http://localhost:3000