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
- Host: GitHub
- URL: https://github.com/codemix/htmling-demo-app
- Owner: codemix
- License: mit
- Created: 2014-07-04T23:00:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-29T18:56:28.000Z (over 11 years ago)
- Last Synced: 2025-04-02T15:42:53.529Z (9 months ago)
- Language: CSS
- Size: 1.02 MB
- Stars: 8
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).