https://github.com/chriskalmar/node-project-template
🔨 A simple repo template to quickly bootstrap a new node project 🚀
https://github.com/chriskalmar/node-project-template
node node-starter node-starter-kit nodejs starter starter-kit template
Last synced: 9 months ago
JSON representation
🔨 A simple repo template to quickly bootstrap a new node project 🚀
- Host: GitHub
- URL: https://github.com/chriskalmar/node-project-template
- Owner: chriskalmar
- License: mit
- Created: 2019-11-20T20:39:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-10T13:36:57.000Z (about 1 year ago)
- Last Synced: 2024-10-14T22:44:42.733Z (about 1 year ago)
- Topics: node, node-starter, node-starter-kit, nodejs, starter, starter-kit, template
- Language: JavaScript
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🔨 node-project-template
A simple repo template to quickly bootstrap a new node project
## How to use
💻 run in dev watch mode:
```
npm run dev
```
🚀 run in production mode:
```
npm run start
```
🔬 run tests:
```
npm run test
```
🔬 run tests in watch mode:
```
npm run test-watch
```
🚿 clean up build folder:
```
npm run clean
```
🏗 build project:
```
npm run build
```
## License
MIT License