Setup

Install dependencies :

npm i

Copy the environment variables :

cp .env.example .env

And then change variables inside .env to match your own environment. If you ever want to add an environment variable, please add them to src/environment.js and .env.example.

Useful commands

Develop

This will start the server and reload it when one source file changes :

npm run dev

Run the app in production

npm start

Run the tests

npm run test