https://github.com/mxvsh/typescript-boilerplate
Minimal Typescript Boilerplate. No additional dependencies.
https://github.com/mxvsh/typescript-boilerplate
boilerplate nodejs typescript
Last synced: 8 months ago
JSON representation
Minimal Typescript Boilerplate. No additional dependencies.
- Host: GitHub
- URL: https://github.com/mxvsh/typescript-boilerplate
- Owner: mxvsh
- Created: 2020-04-13T04:36:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T05:47:07.000Z (about 3 years ago)
- Last Synced: 2025-03-14T09:32:25.477Z (about 1 year ago)
- Topics: boilerplate, nodejs, typescript
- Language: TypeScript
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minimal Typescript Node JS Project
#### This boilterplate is minimal, means, it doesn't have any dependencies installed except for those required in typescript.
#### This mean that you can use this boilterplate in any of your typescript project.
`npm start` to build and start the projecrt
`npm run dev` which you're working on your project, this will restart the project when any file changes (only .ts, and .js)