Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 392 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 392 Bytes

fe-base

@mizchi's frontend boilerplate

Stack

  • babel + flowtype
  • react
  • react-redux
  • react-router
  • recompose
  • webpack
  • prettier
  • jest
  • netlify

Start to develop

yarn install
yarn watch
# open localhost:4444

Deploy to netlify

npm i -g netlify-cli
netlify create
yarn deploy

TODO

  • HMR is broken by webpack v4 & react-hot-loader

License

MIT