Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.34 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.34 KB

SuperExpress CLI

Create Express Apps with MVC Folder Structure: A Command Line Tool

GitHub license Npm package total downloads Npm package version

Usage

npm install super-express-cli

once installed, you can just run the following command from your command-line.

npx create-express-server

And than just run your server.js file which will serve the express server.

node server.js

You are now ready to Hack !

Contributing

  1. Install node.
  2. Clone this repository $ gh repo clone NaNshekhar04/super-express-cli.
  3. Install dependencies $ npm install.
  4. Start Hacking!

Feel free to contribute to the repo. Just make sure you Open an Issue first before raising the Pull Request!