- NodeJS 18.18
- A running MySQL instance
Script | Description |
---|---|
npm start | Runs the application. |
npm dev | Runs the app dev server with hot reloading |
npm test | Run tests |
Following Conventional Commit:
- Format would be type-of-change: (description). Types would be feat, fix, build, ci, docs, style, refactor, test, etc.
e.g.: feat(architecture): initial project structure and setup
Made with <3 by UNMSM