Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuancamtbtx/nodejs-clean-project
Clean project - to genarate project Nodejs super fast
https://github.com/tuancamtbtx/nodejs-clean-project
nodejs npm yarn
Last synced: 23 days ago
JSON representation
Clean project - to genarate project Nodejs super fast
- Host: GitHub
- URL: https://github.com/tuancamtbtx/nodejs-clean-project
- Owner: tuancamtbtx
- Created: 2019-11-26T05:34:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T10:11:57.000Z (about 2 years ago)
- Last Synced: 2024-11-09T02:38:16.575Z (3 months ago)
- Topics: nodejs, npm, yarn
- Language: JavaScript
- Homepage:
- Size: 1 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guideline
## Installation
Initial
```bash
git clone https://github.com/tuancamtbtx/nodejs-clean-project.git new-service
cd new-service
yarn install
yarn run dev # dev
yarn run dev --port 3001 # dev with port
yarn run start # production
yarn run start --port 3001 # production with port
```