Fast HTML template generator
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.
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.
by...
- adding scripts to libs.json
- updating existing scripts versions
- improve code
- feedback or suggesting improvement
Ether way - contributions are always welcome
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
This was made using AngularJs, jQuery, Bower, normalize.css and Font-awesome
:)