Wall of clocks for different planets of solar system. As if the abstractions of day, hour, minute and second were the same as at the Earth(day equals rotation of the planet around its own axis). Fun side project.
This project was bootstrapped with Create React App.
npm install
- install requirementsnpm start
- launch in developement modenpm test
- run testsnpm build
- build project
docker-compose build
- builds imagedocker-compose up
- launches dev-servernpm run dtest
- runs jest inside docker viadocker-compose run planet-clock npm test
npm run dcleanup
- cleans all docker stuff (containers, images, volumes) viadocker-compose down -v --rmi all
docker-compose build
- build image for CIdocker-compose up --no-start
- run container without doingnpm start
docker-compose run planet-clock npm run build
- runnpm run build
in CI environmentdocker-compose run planet-clock npm run test:ci
- test builded static project- Serve builded static project via Heroku
docker-compose down --rmi all -v
- clean up docker stuff after building dist
- https://github.com/piotrwitek/react-redux-typescript-guide
- https://github.com/airbnb/javascript/tree/master/css-in-javascript
- PeterJausovec.vscode-docker
- infeng.vscode-react-typescript
- eg2.tslint
- esbenp.prettier-vscode
- jpoissonnier.vscode-styled-components