Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgatjens/jekyll-es6
Basic setup (jekyll, babel, browserfy)!
https://github.com/jgatjens/jekyll-es6
babelify babeljs browserify jekyll npm slick-carousel watchify
Last synced: 11 days ago
JSON representation
Basic setup (jekyll, babel, browserfy)!
- Host: GitHub
- URL: https://github.com/jgatjens/jekyll-es6
- Owner: jgatjens
- Created: 2017-04-29T02:24:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-29T02:25:54.000Z (almost 8 years ago)
- Last Synced: 2024-11-16T05:41:58.858Z (2 months ago)
- Topics: babelify, babeljs, browserify, jekyll, npm, slick-carousel, watchify
- Language: CSS
- Homepage:
- Size: 106 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project Name
### Dependencies and setup
We recommend installing [*Ruby > v2.0.0*](https://www.ruby-lang.org/en/) with [*rvm*](https://rvm.io/rvm/install).
```sh
# if you have no bundle gem installed
gem install bundle
# install gems
bundle install
```
```sh
# install
npm i
```### Development
```sh
# Start development server localhost:4000
npm start
# Generate build
npm run build
```### QA scope:
List of browsers:
MAC:
- Chrome ✓ (latest version, capitan )
- Firefox ✓ (latest version, capitan)
- Safari ✓ (latest version, capitan)PC:
- IE11, Edge ✓ (win 10)
- IE10 ✓ (win 8)
- Chrome ✓ (win 10 latest version),
- Firefox ✓ (win 10 latest version)