static-site-generator-webpack-plugin-example
v1.0.0
Published
An example static site using static-site-generator-webpack-plugin
Downloads
8
Maintainers
Readme
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