https://github.com/thisloke/node-base
A simple node base starting boilerplate
https://github.com/thisloke/node-base
Last synced: 5 months ago
JSON representation
A simple node base starting boilerplate
- Host: GitHub
- URL: https://github.com/thisloke/node-base
- Owner: thisloke
- Created: 2024-01-20T07:09:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T17:05:06.000Z (almost 2 years ago)
- Last Synced: 2024-01-25T18:28:22.936Z (almost 2 years ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-blank.md
Awesome Lists containing this project
README
node-base-project
## Quick usage
### 1) Start development
```
npm run build:watch
npm run test:watch
```
### 2) Build
```
npm run build
```
### 3) Run
```
npm run start
```