Jekyll - Webpack Static Website Starter
About
Starter files you can use to bootstrap new projects.
Ideal for:
- Marketing teams that need to iterate website quickly
- Setting up small client projects fast
- Legitamizing business ideas
- Experimenting with react (included) or other technologies
- deploying to AWS, Netlify, or other static site hosting
This example currently contains React, but this could be easily replaced with Vue, Preact, etc.
Set up
Requirements
- Node >= 6.10.2
- NPM >= 5.1.0
- Ruby >= 2.3.0
- Jekyll >= 3.3.1
- Bundler >= 1.14.4
Install
- Fork this repo to your github account
- Clone to your computer
- Run set-up scripts
bundle install && npm install
Usage
Starting the project
npm run dev
Building for production
npm run build