https://github.com/balmjs/demo-html5-boilerplate
BalmJS boilerplate
https://github.com/balmjs/demo-html5-boilerplate
Last synced: about 2 months ago
JSON representation
BalmJS boilerplate
- Host: GitHub
- URL: https://github.com/balmjs/demo-html5-boilerplate
- Owner: balmjs
- Created: 2016-06-01T09:54:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T23:37:31.000Z (over 4 years ago)
- Last Synced: 2024-04-14T00:25:39.979Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 746 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BalmJS demo - HTML
## Requirements
```sh
yarn global add balm-core
# OR
npm install -g balm-core
```## Installation
```sh
yarn install
# OR
npm install
```## Enjoy
```sh
# For development
npm run dev# For production
npm run prod
```## Browser support
- Chrome (latest 2)
- Edge (latest 2)
- Firefox (latest 2)
- Internet Explorer 11
- Opera (latest 2)
- Safari (latest 2)> If you need legacy browser support you can use [v6](https://github.com/balmjs/demo-html5-boilerplate/tree/v6) (IE9/IE10) or [v5](https://github.com/balmjs/demo-html5-boilerplate/tree/v5) (IE 8). They are no longer actively developed.