Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 it

To 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