Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 531 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 531 Bytes

How to get started:

  1. clone the repo with git clone https://github.com/MrEminent42/cal-plantly.git
  2. make sure you have nodejs installed: https://nodejs.org/en/download
  3. in the backend folder, run the command npm install
  4. in the frontend folder, run the command npm install
  5. in the backend folder, create a file named .env. In it, put the text: PORT=8000

to start the frontend server:

  1. in the frontend folder, run npm start

to start the backend server:

  1. in the backend folder, run npm start