express-rapid
v1.1.3
Published
This Framwork Based On Express js And Loaded With Amazing Features. For Fast And Rapid Development of Your Project.
Downloads
20
Maintainers
Readme
express-rapid
This Framwork Based On Express js And Loaded With Amazing Features. For Fast And Rapid Development of Your Project.
Installation
Install Express-Eapid Gloablly in you System. For Generate Files and Installing dependencies
npm install -g express-rapid
After That You Run This Command When Ever You Make New Project.
express-rapid YOUR_APP_NAME
or
npx express-rapid YOUR_APP_NAME
After Installing Project File Then Run This Command For Installing node modules and start server
cd YOUR_APP_NAME && npm install
For Start server
npm run dev