Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 716 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 716 Bytes

Build and deploy Dependency Status devDependency Status

sniffy-ui

Sniffy UI

Prerequisites

Node and NPM Grunt CLI (npm install -g grunt-cli)

Building

npm install
./node_modules/.bin/bower install
grunt

Developing

grunt watch

Testing with mock server

node index.js

Now open http://localhost:3000/mock/mock.html in your browser and have fun!