Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 433 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 433 Bytes

Webpack React 0

This is a simple boiler plate project that sets up a base project for anyone who wants to use it. It has the basic webpack config and react setup.

The idea is it can grow from here.

Development Only

Currently This config is development only, if you want to configure it for production feel free to add your own.

Usage

Simply fork and clone this repository and run.

npm install
npm run dev