Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 287 Bytes

File metadata and controls

9 lines (7 loc) · 287 Bytes

Juicifity

An E-Juice calculator written with Knockout!

Building

Build .less files into .css with the command lessc --clean-css less/style.less public/stylesheets/style.css

Running

Start MongoDB with mongod --dbpath=./data --port 27017 Start the server with npm start