Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Boilerplate for building static sites and still taking advantage of Webpack

License

Notifications You must be signed in to change notification settings

nodediggity/static-site-webpack-kit

Repository files navigation

Static Site Webpack Kit

This is a straightforward boilerplate for building static sites and still taking advantage of Webpack

Getting Started

# clone it
git clone git@github.com:nodediggity/static-site-webpack-kit.git
cd static-site-webpack-kit

# Make it your own
rm -rf .git && git init && npm init

# Install dependencies
npm install

# Start development live-reload server
npm run dev

# Build for production
npm run build

License

MIT

About

Boilerplate for building static sites and still taking advantage of Webpack

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published