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