How to get started:
- clone the repo with
git clone https://github.com/MrEminent42/cal-plantly.git - make sure you have
nodejsinstalled: https://nodejs.org/en/download - in the
backendfolder, run the commandnpm install - in the
frontendfolder, run the commandnpm install - in the
backendfolder, create a file named.env. In it, put the text:PORT=8000
to start the frontend server:
- in the
frontendfolder, runnpm start
to start the backend server:
- in the
backendfolder, runnpm start