Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/o8e/node-ts-boilerplate
:hotsprings: Node boilerplate with TypeScript
https://github.com/o8e/node-ts-boilerplate
boilerplate eslint nodejs prettier typescript
Last synced: 1 day ago
JSON representation
:hotsprings: Node boilerplate with TypeScript
- Host: GitHub
- URL: https://github.com/o8e/node-ts-boilerplate
- Owner: o8e
- License: mit
- Created: 2019-08-28T14:03:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T09:09:36.000Z (about 2 years ago)
- Last Synced: 2024-12-06T22:26:30.754Z (about 1 month ago)
- Topics: boilerplate, eslint, nodejs, prettier, typescript
- Language: JavaScript
- Homepage:
- Size: 646 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
:hotsprings: node-ts-boilerplate
Node boilerplate with TypeScript
### Summary
- :hammer: [ESLint](https://github.com/eslint/eslint) & [Prettier](https://github.com/prettier/prettier) ([Standard](https://github.com/standard/standard))
- :zap: Development server with [Nodemon](https://github.com/remy/nodemon)
- :rocket: [TypeScript](https://github.com/microsoft/TypeScript) compilation with import aliases
- :wrench: Testing with [Jest](https://github.com/facebook/jest)### Usage
`git clone --depth 1 [email protected]:o8e/node-ts-boilerplate.git`
You could also clone and `rm -rf .git/`, or just fork it.