https://github.com/apexal/typescript-node-starter
https://github.com/apexal/typescript-node-starter
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/apexal/typescript-node-starter
- Owner: Apexal
- License: mit
- Created: 2020-08-11T02:36:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-10T15:27:10.000Z (over 4 years ago)
- Last Synced: 2025-02-14T09:52:54.059Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TypeScript Node Starter
> A recreation of Microsoft's official [TypeScript Node Start](https://github.com/microsoft/TypeScript-Node-Starter) for personal use## Features
- TypeScript
- ESLint
- Prettier
- Nodemon
- Jest
- Dotenv
- Winston## Development
Update [package.json](package.json) with your project details once you clone this!
`$ npm run dev` runs the project and restarts when any source code files change