It is the system responsible for...
Generally speaking, when we add code to our application, it stays
reflected in localhost:3000
after running the start
script inside package.json
$ npm install
To install the submodules(logger folder) we must run git submodule init
and then git submodule update --recursive --remote
at the root of the project
To load the application, we npm run start
and access it through the
localhost:8080
.
$ npm run start
Describe configuration options here.
- 1.0.0
- Basic funcionality
- Developed by Martonis Sistemas Inteligentes – @Linkedin – dev@martonis.com.br
- Main contributor - handle
Private repository. Do not share this code.
- Create an issue on this repository.
- Create your feature branch with the issue's ID and a brief description (
git checkout -b 1_add_foobar
) - Commit your changes (
git commit -am 'Added foobar'
) - Push to the branch (
git push origin 1_add_foobar
) - Create a new Pull Request targeting the development branch.
- Assign someone to do a code review.