Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openapidotvn/vbase-html
A front-end was boilerplate for converting PSD/Sketch to HTML/CSS/JavaScripts It's focused on performance and best practices.
https://github.com/openapidotvn/vbase-html
animate-css autoprefixer best-practices bootstrap browsersync es6 eslint gulp html-boilerplate iconfont nunjucks performance psd-to-html sass sass-lint sketch
Last synced: 28 days ago
JSON representation
A front-end was boilerplate for converting PSD/Sketch to HTML/CSS/JavaScripts It's focused on performance and best practices.
- Host: GitHub
- URL: https://github.com/openapidotvn/vbase-html
- Owner: openapidotvn
- License: mit
- Created: 2018-03-22T10:47:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-14T04:53:01.000Z (almost 5 years ago)
- Last Synced: 2024-09-27T07:43:57.247Z (about 1 month ago)
- Topics: animate-css, autoprefixer, best-practices, bootstrap, browsersync, es6, eslint, gulp, html-boilerplate, iconfont, nunjucks, performance, psd-to-html, sass, sass-lint, sketch
- Language: HTML
- Homepage: https://github.com/openapidotvn/vbase-html
- Size: 313 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [vBase HTML](https://github.com/openapidotvn/vbase-html)
A front-end was boilerplate for converting PSD/Sketch to HTML/CSS/JavaScripts It's focused on performance and best practices.
[![Build Status](https://travis-ci.org/openapidotvn/vbase-html.svg?branch=master)](https://travis-ci.org/openapidotvn/vbase-html)
## Quick start
1. Download the latest stable release from
[here](https://github.com/openapidotvn/vbase-html/releases) or clone this repo using `git clone --depth=1 https://github.com/openapidotvn/vbase-html.git`
2. Run `yarn run setup` or `npm run setup` to install dependencies
3. Run `yarn run start` or `npm run start` and go to `http://localhost:8000`## License
The code is available under the [MIT license](LICENSE.md).