1.0.8 • Published 2 years ago
super-express-cli v1.0.8
SuperExpress CLI
Create Express Apps with MVC Folder Structure: A Command Line Tool
Usage
npm install super-express-cli
once installed, you can just run the following command from your command-line.
npx start-express-server
The Above command will create an MVC directory structure for your application
And than just run your server.js file which will serve the express server.
node server.js
You are now ready to Hack !
Contributing
- Install node.
- Clone this repository
$ gh repo clone NaNshekhar04/super-express-cli
. - Install dependencies
$ npm install
. - Start Hacking!
Feel free to contribute to the repo. Just make sure you Open an Issue first before raising the Pull Request!