/git-webinar-prism

Primary LanguageJavaScriptMIT LicenseMIT

GitHub license

Minimal React 16 Boilerplate

React 16 Boilerplate

Features

  • Babel 7
  • ESLint
  • HMR
  • Jest For Snapshot Testing
  • Enzyme For Testing Component Output
  • React 16
  • Webpack 4

Installation

  • git clone https://github.com/pnguyen12/Minimal-React-16-Boilerplate.git
  • cd minimal-react-16-boilerplate
  • npm install
  • npm start
  • visit http://localhost:8080/

Testing

  • npm run test to run tests
  • npm run test:w to continously watch for changes while testing
  • npm run test:c for a coverage report

Future

  • React Router 4