Skip to content

utility for computing live how many pizzas to buy

Notifications You must be signed in to change notification settings

jerry84/PizzaPlan

 
 

Repository files navigation

PizzaPlan

First Setu

npm install

Run the App

// development mode
npm start

// production mode
npm run app

Code Quality

JSCS

// through NPM interface (*)
npm run jscs

// or direct invocation
./node_modules/jscs/bin/jscs ./**/*.js

(*) In case of errors it shows an horrible NPM related error trace which is completely unrelated to the real code investigation. Just ignore it or run the direct invocation command.

ESLint

// through NPM interface (*)
npm run eslint

// or direct invocation
./node_modules/eslint/bin/eslint.js ./**/*.js

(*) In case of errors it shows an horrible NPM related error trace which is completely unrelated to the real code investigation. Just ignore it or run the direct invocation command.

Testing

npm test

About

utility for computing live how many pizzas to buy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.9%
  • CSS 9.3%
  • HTML 3.8%