An open API service indexing awesome lists of open source software.

https://github.com/codemix/htmling-demo-app

HTMLing demo running on express
https://github.com/codemix/htmling-demo-app

Last synced: 8 months ago
JSON representation

HTMLing demo running on express

Awesome Lists containing this project

README

          

# HTMLing Demo App

This is a demonstration / starter application which uses [HTMLing](https://github.com/codemix/htmling), [express](expressjs.com) and [polymer](http://polymer-project.org/).

### Installation

Via [npm](https://www.npmjs.org/package/htmling-demo-app).
```
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/](http://localhost:3000/).

## License

MIT, see [LICENSE.md](LICENSE.md).