Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)!

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)