This project contains Hotovo boilerplates for web application projects.
develop branch - is where you create PRs to - deployed to unibro.playloteo.com
master branch - !DANGER! production branch - deployed to www.playloteo.com
npm i
- copy
.env.dev
from a coworker - run nginx
nginx -c /cesta/k/tvojmu/nginx.conf
npm run dev
- Head to
http://localhost:4000