Skip to content

ivijan/chuck-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RESOURCE LINKS:

expressJS:

https://expressjs.com/en/starter/generator.html

bluebirdJS:

http://bluebirdjs.com/docs/getting-started.html

Chuck API:

https://api.chucknorris.io/#!

APP TERMINAL COMMANDS

INSTALL TEMPLATE GENERATOR:

npm install express-generator -g

INSTALL APP TEMPLATE:

express --view=pug gen-app-example

INSTALL APP DEPENDENCIES:

npm install

START APP:

npm start

START APP WITH DEBUG:

DEBUG=chuck-app:* npm start
DEBUG=gen-app-example:* npm start

START APP ON WINDOWS:

set DEBUG=myapp:* & npm start

TEST APP:

RUN TESTS:

npm test

RUN COVERAGE TESTS:

npm run coverage

ESLINT:

./node_modules/eslint/bin/eslint.js ./bin ./modules ./routes ./test app.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors