1.0.2 • Published 5 years ago

@arindamlahiri/create-express-app v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

A CLI tool to get boilerplate code for a REST api using express

Installation & Usage

Run any one of the commands given below in a new folder where you want to start your project.

npm init @arindamlahiri/express-app
# or
npx @arindamlahiri/create-express-app
# or
npm install -g @arindamlahiri/create-express-app
create-express-app

Then run npm start to start the express server.

License

MIT

Author