This repo is used for Wild Code School Express quests
npm i
Create a copy of the .env.sample
file named .env
:
cp .env.sample .env
Then adjust variables in .env
to match your own environment.
When developping, to automatically restart the server on file changes :
npm run dev
If you don't need automatic reloadings, you can just :
npm start