A CLI tool to get boilerplate code for a REST api using express
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-appThen run npm start to start the express server.
MIT