0.0.0 • Published 3 years ago
afc.bo.frontend v0.0.0
AFC bo - Front End
What is?
It is the system responsible for...
Development
Generally speaking, when we add code to our application, it stays
reflected in localhost:3000 after running the start script inside package.json
Dependencies installation:
$ npm installInstall SubModules
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
Build
To load the application, we npm run start and access it through the
localhost:8080.
Running
$ npm run startConfig
Describe configuration options here.
Major Release History
- 1.0.0
- Basic funcionality
Meta
- Developed by Martonis Sistemas Inteligentes – @Linkedin – dev@martonis.com.br
- Main contributor - handle
Private repository. Do not share this code.
Contributing
- 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.
0.0.0
3 years ago