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

https://github.com/mdxprograms/jekyll-webpack-react

Uses jekyll, webpack, react, jekyll-livereload, and multithreaded rake tasks
https://github.com/mdxprograms/jekyll-webpack-react

Last synced: 11 months ago
JSON representation

Uses jekyll, webpack, react, jekyll-livereload, and multithreaded rake tasks

Awesome Lists containing this project

README

          

## Jekyll Starter

This starter uses webpack, react, and jekyll.

It also includes a multi threaded rake task to sync webpack and jekyll.
To run in dev mode: `rake start`
To build: `rake b`

### Setup

- `npm install -g webpack`
- `npm install`
- `bundle install`
- `rake start`