Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 287 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 287 Bytes

React starter app

Some of the tools used:

  • NPM: build tool (run npm run to see run scripts available)
  • Webpack: module bundler
  • Babel: compiles ES6 to ES5
  • eslint: linter configured to use airbnb style
  • mocha: unit testing (with enzyme we can test react components without DOM)