Skip to content

sylhare/Typescript-seed

Repository files navigation

Typescript-seed

Seed project for typescript. Use this repository as a template for your typescript projects.

Getting Started

Install the dependencies:

npm install

Build the project:

npm run build

Run the project:

npm start

Test the project using Jest:

npm test
# To test and display the coverage
npm test:cov

Lint the project using ESLint:

npm run lint
# To fix the linting errors
npm run lint:fix

Releases

No releases published

Packages

No packages published