dopeboy / react-simple-boilerplate

Simple boilerplate to start using React without 'create-react-app'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-simple-boilerplate

Build Status Coverage Status David David Maintainability

Simple boilerplate to start using React without 'create-react-app'

What is included?

  • Babel configuration for env and react
  • Eslint with airbnb rules
  • Webpack configuration for ES6 and CSS
  • Webpack dev server
  • Jest configuration for tests
  • Code coverage setup with coveralls

Development

npm start

Build

npm run build

Run tests

npm test

About

Simple boilerplate to start using React without 'create-react-app'


Languages

Language:JavaScript 88.3%Language:CSS 9.6%Language:HTML 2.1%