create-exjs-server
v1.1.0
Published
A simple light and fast cli tool to bootstrap a express.js project
Downloads
201
Readme
ABOUT
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
Installing package locally
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
Usage
npx create-ex-server # this will start the cli