/node-ts-template

This is a basic template for a Node.js TypeScript Express server.

Primary LanguageTypeScriptMIT LicenseMIT

Node-ts-Template

This is a basic template for a Node.js TypeScript Express server.

Setup

npm install

Run

npm run dev

Build

npm run build

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add some feature').
  5. Push to the branch (git push origin feature/your-feature).
  6. Create a new Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.