sabman / react-static-site-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 92.5%Language:CSS 7.5%