Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanusart/html-now
Fast, online HTML template generator
https://github.com/sanusart/html-now
Last synced: 2 months ago
JSON representation
Fast, online HTML template generator
- Host: GitHub
- URL: https://github.com/sanusart/html-now
- Owner: sanusart
- License: mit
- Created: 2014-05-18T23:45:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-17T10:54:21.000Z (over 6 years ago)
- Last Synced: 2024-10-23T07:52:00.726Z (3 months ago)
- Language: JavaScript
- Homepage: http://sanusart.github.io/html-now
- Size: 3.29 MB
- Stars: 115
- Watchers: 12
- Forks: 33
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTML Now
Fast HTML template generator
[![Build Status](https://travis-ci.org/sanusart/html-now.svg?branch=master)](https://travis-ci.org/sanusart/html-now)
> http://sanusart.github.io/html-now
[![Fast HTML template generator](http://img.youtube.com/vi/vHmsoDaSbsQ/0.jpg)](http://www.youtube.com/watch?v=vHmsoDaSbsQ&fmt=18)
### What's this?
This will assist you to create very basic HTML template for your page/application as a fast start point. Nothing fancy here, it will only allow you to choose and add scripts or styles.
### How it works
There are few settings in the tabs on the left which will allow you to perform simple additions to the template that you see in front of you.
### Contribute
by...
* adding scripts to [libs.json](https://github.com/sanusart/html-now/blob/master/app/data/libs.json)
* updating existing scripts versions
* improve code
* feedback or suggesting improvementEther way - contributions are always welcome
### For developers
Setup:
* Clone this repository `git clone https://github.com/sanusart/html-now.git`
* `cd html-now`
* `npm install` will install all dependencies and run bower
* start local server with `npm start` and navigate to http://localhost:8000
* run tests with `npm test`### Made using...
This was made using [AngularJs](https://angularjs.org/), [jQuery](http://jquery.com/), [Bower](http://bower.io/), [normalize.css](http://necolas.github.io/normalize.css/) and [Font-awesome](http://fortawesome.github.io/Font-Awesome/)
### License
[MIT](https://github.com/sanusart/html-now/blob/master/LICENSE)
:)