Skip to content

matthiasn/live-html5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

##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.

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.