htmling-demo-app
v0.0.1
Published
This is a demonstration / starter application which uses [HTMLing](https://github.com/codemix/htmling), [express](expressjs.com) and [polymer](http://polymer-project.org/).
Downloads
5
Readme
HTMLing Demo App
This is a demonstration / starter application which uses HTMLing, express and polymer.
Installation
Via npm.
npm install htmling-demo-app
or git
git clone https://github.com/codemix/htmling-demo-app.git
cd htmling-demo-app
npm install
Usage
First, install grunt if you don't already have it installed:
npm install -g grunt-cli
Then, to start the application:
grunt
You should then be able to navigate to http://localhost:3000/.
License
MIT, see LICENSE.md.