Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 786 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 786 Bytes

web-starter-react

Minimal boilerplate for a modern SPA: ES6, Flow, React

Technologies involved

  • Babel: enable modern JavaScript
  • Flow: static type checking
  • React: fast, scalable UIs
  • react-hot-loader: automatic hot JS code reloading during development
  • Jest: fast, auto-mocking testing framework
  • Enzyme: shallow/scoped component testing for React
  • Webpack: to bundle them all!

Notes

Don't forget to:

  1. Install some modern nodejs
  2. Run npm install
  3. Update and check package.json in order to look at available commands.
  4. HF ✌️