Repository of project Océane.
- Docker 18.9.2
- Node 10.15.1
- NPM 6.8.0
- Run
$ npm i
in the root of the front project.
After cloning the back and front repository :
- Run
$ npm start
in the root of the front project. - Run
$ docker-compose build && docker-compose up
in the nems folder of the back project.