Online voting app
3
stars
3
forks
source link
democracy
Online voting app
Status
Alpha
Development setup
- Install grunt:
sudo npm install -g grunt
- Install local dependencies:
npm install
- Create your first build:
grunt
- Set it up to respond to changes:
grunt watch