Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgatjens/webpack-jekyll
Setup to build static websites with webpack 3 or 4 and jekyll
https://github.com/jgatjens/webpack-jekyll
babeljs jekyll nodejs webpack
Last synced: 11 days ago
JSON representation
Setup to build static websites with webpack 3 or 4 and jekyll
- Host: GitHub
- URL: https://github.com/jgatjens/webpack-jekyll
- Owner: jgatjens
- Created: 2017-12-02T16:32:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-09T20:05:08.000Z (over 6 years ago)
- Last Synced: 2024-11-16T05:41:59.691Z (2 months ago)
- Topics: babeljs, jekyll, nodejs, webpack
- Language: CSS
- Homepage:
- Size: 867 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpack Jekyll
## About
> Starter files you can use to bootstrap new projects.
### Requirements
- Node >= 8.5.0
- NPM >= 5.1.0
- Ruby >= 2.2.2
- Jekyll >= 3.4.3
- Bundler >= 1.16.1### Instructions:
Install Ruby Gems:
$ gem install bundler
$ bundler install
Install node dependencies$ npm install
...and you're done.
### How to run itTo see your project running run:
$ npm start
### Production builds
$ npm run prod # check build on litle-server
$ zip -r dist.zip dist && rm -Rf dist