static-site-generator-webpack-plugin-example icon indicating copy to clipboard operation
static-site-generator-webpack-plugin-example copied to clipboard

static-site-generator-webpack-plugin-example

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