- π ESLint β JavaScript linter
- π Prettier - Code Formatter
- πΆ Husky β For use git hooks with ease
- π Commitizen - Conventional commit messages CLI
- π Commitlint - Lint commit messages
- π« lint-staged - Run linters against staged git files
[ ... ]
If you prefer you can clone this repository and run the following commands inside the project folder:
yarn;
yarn dev:server;
π Server started on port 3333 => http://localhost:3333
This application use system routes separated located in ./src/routes
using pattern name groupName.routes.ts
- Fork this repository;
- Create your branch:
git checkout -b my-new-feature
; - Commit your changes:
git commit -m 'add a feature'
; - Push to the branch:
git push origin my-new-feature
.
After your pull request is merged, you can safely delete your branch.
This project is licensed under the MIT License - see the LICENSE.md file for more information.
Made with β₯ by louzada01