- install docker
- run
docker-compose up
- run
docker-compose exec -uwww-data vision bash
to log into the container
if you have node installed locally runnpm run docker
as shortcut. - run
npm install
- run
npm start
Can be reached at http://localhost:9000
### Compiles and hot-reloads for development (started automatically with docker-compose up)
npm run frontend
### Compiles and minifies for production
npm run build
### Lints and fixes files
npm run lint
Can be reached at http://localhost:3000
Can be reached at http://localhost:8000
- combine Endpoints for Frontend and Backend under one Port?