Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.
/ hike-to-bike Public archive

Simple app, showing map with indego bycicle stations closest to the user.

Notifications You must be signed in to change notification settings

bezdonas/hike-to-bike

Repository files navigation

Build Status

Hike to bike

Simple app for finding closest indego bycicle station

Quick start

Via npm

  • npm start starts dev-server
  • npm test runs tests via jest in watch mode
  • npm run test:ci runs tests via jest once
  • npm run build builds production bundle in ./build

Via docker

  • 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)

CI/CD

  • Travis runs build and test in docker-container
  • Then compiled build-folder is moved to heroku
  • Heroku deploys static build

Technologies

About

Simple app, showing map with indego bycicle stations closest to the user.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages