Skip to content

ivamgf/Api-quark-down

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Api-quark-down

Api Quark Project Version 1.1.0

Quark Down 1.1.0

Instructions

Install packages

$ npm init

$ npm install

$ npm install express --save

$ npm install express-generator -g

$ npm install -D nodemon

$ npm install mongoose --save

$ npm install require-dir

$ npm install mongoose-paginate

$ npm install cors

$ npm install node-watch

$ npm install http

$ npm install open

Options

``

$ express -h

Usage: express [options][dir]

Options:

-h, --help          output usage information

    --version       output the version number
    
-e, --ejs           add ejs engine support

    --hbs           add handlebars engine support
    
    --pug           add pug engine support
    
-H, --hogan         add hogan.js engine support

    --no-view       generate without view engine
    
-v, --view <engine> add view <engine> support (ejs|hbs|hjs|jade|pug|twig|vash) (defaults to jade)

-c, --css <engine>  add stylesheet <engine> support (less|stylus|compass|sass) (defaults to plain css)

    --git           add .gitignore
    
-f, --force         force on non-empty directory

``

Create app

$ express --view=ejs myapp

Starting app

$ DEBUG=myapp:* npm start or with nodemon $ nodemon or $ npm run start

About

Api Quark Project Version 1.1.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published