For development, you will only need Node.js and a node global package installed in your environement.
- You can find more information about the installation on the official Node.js website and the official NPM website.
rename env.sample file to .env
$ npm install
$ npm start
$ npm test
$ docker build -t <your username>/summer-event-app .
$ docker run -it --rm -p 3000:3000 -d <your username>/summer-event-app
$ docker-compose -f docker-compose.prod.yml up -d --build