Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```