Skip to content

🏁 A starter kit for develop using TypeScript and Express

License

Notifications You must be signed in to change notification settings

louzada01/express-typescript

Repository files navigation

NodeJs, express and TypeScript


A TypeScript project using ExpressJs πŸ”₯

  • πŸ“ 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

πŸš€ Getting started

[ ... ]

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

πŸ›£ Routes

This application use system routes separated located in ./src/routes using pattern name groupName.routes.ts

🀝 Contributing

  1. Fork this repository;
  2. Create your branch: git checkout -b my-new-feature;
  3. Commit your changes: git commit -m 'add a feature';
  4. Push to the branch: git push origin my-new-feature.

After your pull request is merged, you can safely delete your branch.

πŸ“ License

This project is licensed under the MIT License - see the LICENSE.md file for more information.


Made with β™₯ by louzada01

About

🏁 A starter kit for develop using TypeScript and Express

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published