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
- Host: GitHub
- URL: https://github.com/mdxprograms/jekyll-webpack-react
- Owner: mdxprograms
- Created: 2016-10-02T18:39:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-07T16:48:25.000Z (over 6 years ago)
- Last Synced: 2025-05-08T04:49:10.415Z (11 months ago)
- Language: JavaScript
- Size: 170 KB
- Stars: 10
- Watchers: 0
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`