1.0.0 • Published 7 years ago

static-site-generator-webpack-plugin-example v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

React Webpack Static Site Example

A simple example of using static-site-generator-webpack-plugin

Development

npm install
npm run dev

Build your Static Site

npm run build

Test your Static Site

npm install http-server -g
cd build
http-server # then open 127.0.0.1:8080 to view your static site