0.2.1 • Published 4 years ago
express-cli-ultimate v0.2.1
Express Cli Ultimate
An easier way to build your project structure in express.
Development Setup
Prerequisites
- Install Node.js which includes Node Package Manager
Setting Up a Project
Install the Express cli ultimate globally:
npm install -g express-cli-ultimateCreate workspace:
ecu newRun the application:
cd [PROJECT NAME]
npm i
npm run devLove Express Cli Ultimate? Give our repo a star :star: :arrow_up:.