open terminal and type npm install
it installs all the packages needed for the app to run.
make a file called .env
SESSION_SECRET=a session secret
MONGO=your mongo string
copy paste these things.
on the terminal type npm start
.
open terminal and type npm install
it installs all the packages needed for the app to run.
make a file called .env
SESSION_SECRET=a session secret
MONGO=your mongo string
copy paste these things.
on the terminal type npm start
.