Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/matthiasn/live-html5
- Owner: matthiasn
- License: apache-2.0
- Created: 2013-11-17T17:45:17.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-10T13:06:03.000Z (3 months ago)
- Last Synced: 2024-08-10T14:26:25.517Z (3 months ago)
- Language: HTML
- Homepage: http://matthiasn.github.io/live-html5/
- Size: 232 KB
- Stars: 7
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 bybower 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 usinggrunt 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.