BertBR / node-typescript-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node TypeScript Boilerplate

Node template for TypeScript projects

Version License: MIT

🏠 Homepage

Built with

🚀 Usage

Install

yarn install

Run tests

yarn test

Development

yarn dev

Production

yarn build
yarn start

Contributing

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/YourFeature)
  3. Commit your Changes (git commit -m 'Add YourFeature')
  4. Push to the Branch (git push origin feature/YourFeature)
  5. Open a Pull Request

Author

👤 Juan Belieni

Show your support

Give a ⭐️ if this project helped you!

About

License:MIT License


Languages

Language:JavaScript 98.0%Language:TypeScript 2.0%