Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matthiasn/live-html5

HTML5 Starter Template with Live Page Reloading on any Device
https://github.com/matthiasn/live-html5

Last synced: 14 days ago
JSON representation

HTML5 Starter Template with Live Page Reloading on any Device

Awesome Lists containing this project

README

        

#live-html5

HTML5 Starter Template with **Live Page Reloading** during authoring, both on Desktop and Mobile Devices.

For more information visit: **[matthiasn.github.io/live-html5](http://matthiasn.github.io/live-html5)**

##Installation:

Download or clone project, then install dependencies by running

npm install

followed by

bower install

Once the dependencies are installed, you can start the authoring environment by simply running server.js in the directory you want the client to watch. The typical case would be to run it inside the src folder:

../scripts/server.js

Note that you will need to make server.js executable for this to work:

chmod +x server.js

A distribution-ready, minified and compressed version of the website can be created using

grunt dist

##Contributions
Feel free to submit pull requests at any time if you have improvements you would like to see implemented in the project, for example for improving layout in older desktop browsers. Thanks!

## Licence

This software is licensed under the Apache 2 license mentioned below.

Copyright © 2013 **[Matthias Nehlsen](http://www.matthiasnehlsen.com)**.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.