1.0.5 • Published 4 years ago
@dimaehor/qui-xpress v1.0.5
qui-xpress
A bootstrap template for my express.js projects.
Installation
Installing globally using npm:
$ npm install -g @dimaehor/qui-xpressCreating a new APP
Create an empty folder and go to it.
$ mkdir myProject
$ cd myProjectUse qui-xpress to create your project files quickly.
$ qui-xpressAfter build, install dependencies and start app.
$ npm i
$ npm startAnd open http://localhost:2112 to view it in the browser.
Features
- Express.js server template
- Configured MongoDB/Mongoose and Default database scheme.
- Index, about and contact pages.
Build options
templatestring - View engine option. Can beEJSorHTML. Default:EJS.-ior--installboolean - Install dependencies option.--gitboolean - Install dependencies option.-yor--yesboolean - Option to go with the default options.