Dinnerplate 0.3.0
This is a static web app generator. It relies on the gulp build system and AngularJS.
First:
git clone https://github.com/johnapost/dinnerplate.git
cd dinnerplate
sudo npm install bower -g
sudo npm install gulp -g
Then:
npm install
Finally:
gulp
From there, connect to http://localhost://4000 and you'll see the website.
@johnapost