0.0.0 • Published 2 years ago

afc.bo.frontend v0.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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 install

Install 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 start

Config

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

  1. Create an issue on this repository.
  2. Create your feature branch with the issue's ID and a brief description (git checkout -b 1_add_foobar)
  3. Commit your changes (git commit -am 'Added foobar')
  4. Push to the branch (git push origin 1_add_foobar)
  5. Create a new Pull Request targeting the development branch.
  6. Assign someone to do a code review.