/static-react-blog

A static-site blog generated by webpack and react.

Primary LanguageJavaScript

Static React Blog

A static-site blog generated by webpack and react.

Usage

To install, clone and run:

npm install

To run in development:

npm start

To build for production into public folder:

npm run build