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