Simple app for finding closest indego bycicle station
npm start
starts dev-servernpm test
runs tests via jest in watch modenpm run test:ci
runs tests via jest oncenpm run build
builds production bundle in./build
npm run dstart
starts dev-server (docker-compose up
)npm run dtest
runs tests in docker container (docker-compose run hike-to-bike npm run test:ci
)npm run dbuild
builds production bundle in./build
(docker-compose run hike-to-bike npm run build
)npm run dcleanup
cleans up all docker stuff (docker-compose down --rmi all -v
)
- Travis runs build and test in docker-container
- Then compiled build-folder is moved to heroku
- Heroku deploys static build