This is a simple, light-weight cli tool to bootstrap a Express.js server. (Highly inspired by vite)
Has multiple templates like:
- Express-base i.e. simple express server
- Express with hot reloading using node --watch-path (exprimental)
- Express with nodemon for hot reloading
git clone https://github.com/HarshK200/create-ex-server
cd create-ex-server
npm install
npm i -g # this command install's the package on your machine
npx create-ex-server # this will start the cli