Skip to content

nate-vukovich/fsjs-p10-fullstack-react-courses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published