Run docker-compose up
in project root.
Run python app.py
to start development server on port 8080
to watch files and restart on update.
Clone project on your remote machine (needs to have docker daemon installed), then build image (docker build -t flask-backend .
) and finally run the image by using docker run -p 8080:8080 -v /HOST/PATH/TO/BACKEND/FOLDER:/app flask-backend
.
npm install
npm run serve
npm run build
npm run test
npm run lint
npm run test:e2e
npm run test:unit