Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.65 KB

README.md

File metadata and controls

36 lines (30 loc) · 1.65 KB

CSCE315_Project3_21

[Will format this later]

After first pulling

  1. in a terminal run the commands:
    cd server
    npm install
  2. in a SEPERATE terminal run the commands:
    cd client
    npm install

Running

  1. cd into server directory (if not already there)
  2. run the command: npm run dev
  3. in a seperate terminal, cd inside the client directory (if not already there)
  4. run the command: npm start

NOTE: This is like the same as before but the directory structure has changed to hold the react frontend. The server must be started before the frontend

ANOTHER IMPORTANT NOTE: The frontend is on localhost:3000 and the backend is on pern-project-3.onrender.com


Frontend Notes