Skip to content
This repository was archived by the owner on Aug 17, 2021. It is now read-only.
/ ts-project-base Public archive

Simple but complete TypeScript project boilerplate for nodejs

License

Notifications You must be signed in to change notification settings

arantesxyz/ts-project-base

Repository files navigation

TypeScript Project Base

Simple TypeScript project template for new applications.

Features

Installation

Clone this repo and use the package manager yarn to install the dependencies.

yarn

Usage

Install your dependencies and start coding!

Scripts

  • build -> Generates a dist/ folder with the transpiled js code.
  • dev -> Starts the app using ts-node-dev.
  • lint -> Checks and fix lint errors if possible.
  • test -> Run the tests using jest.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Simple but complete TypeScript project boilerplate for nodejs

Resources

License

Stars

Watchers

Forks