This is a custom boilerplate to satisfy my React development needs whenever I want to start a new side project with my preferred tools and config. This boilerplate is not production ready.
- Env Preset
 - Stage 2 Preset
 - React Preset
 - Airbnb Eslint
 - Prettier Config
 - Flow
 - Flow-Typed
 - Dev Server
 - HMR
 - React Hot Loader
 - Jest
 - Enzyme
 - Styled Components
 - File Loader
 
$ git clone git@github.com:danielzy95/wupa-react-boilerplate.git
$ yarn
$ yarn dev
Checkout package.json scripts for more built-in tasks.
Make sure to install the following extensions:
Note: You could go without installing these, but you'd have to delete the
.vscode folder to remove the workspace settings set by this boilerplate.