Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 403 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 403 Bytes

CPS630

Pre-requisites

Ensure you have the latest version of Node.js.

At the root of both frontend and backend directories, run npm install

Running the Frontend

npm start Starts the development server.

Running the Backend

npm start Starts the development server

npm run dev Starts the development server with nodemon (automatically restarts server on change)