App to retrieve repositories to given user of github platform. Visit app on heroku.
- Nodejs v11.10.1 - I recommend NVM to install and manage node js versions.
- Docker - Overview, Install and guides.
- Compose - Overview, Install and guides.
The command above wil install needed dependencies to local run and develop the project.
make setup
Before compile it will serve application by default in http://localhost:8080
make dev
make test
or
make test:watch
This will compile and building artifacts of our source files that's we simple publish on some static server and use the application. After this command runs, the dist
folder contains our deliverable.
make production
Build the docker container and run container
make docker-build
make docker-run
If you prefer develop the project inside a running container, exec this one:
make docker-run-dev
Because this application has his base code generated/based in vue cli, I'll drop this link as reference here. See Configuration Reference.