/HtmlWebpackPlugin-react-example

A basic example about how to generate static documents using HtmlWebpackPlugin and React

Primary LanguageJavaScript

Example of using HtmlWebpackPlugin & React

setup

Install all the dependencies

npm i

Build

Run the build script to generate the static files

npm run build

Server

Run the local server to serve the generated static files

npm start