A TypeScript starter for Node.js that includes all you need to build amazing projects 🔥

  • 📏 ESLint — Pluggable JavaScript linter
  • 💖 Prettier - Opinionated Code Formatter
  • 🃏 Jest - A delightful JavaScript Testing Framework with a focus on simplicity
  • ⚛️ Express - Fast, unopinionated, minimalist web framework for Node.js

🚀 Getting started

If you prefer you can clone this repository and run the following commands inside the project folder:

  1. npm install or yarn;
  2. yarn dev;

To view the project open http://localhost:3333.

🤝 Contributing

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