just another react + webpack boilerplate
See a working demo
- webpack + vanilla hot-module-replacement
- Stateless functional components
- styling with aphrodite and tachyons
- basic routing setup with react-router (you most likely need routing in your app)
- babeljs
- unit tests (ava + sinon) examples with both shallow-rendering and jsdom
- code coverage with nyc
- development and production build
Clone this repository
git clone https://github.com/vesparny/react-kickstart.git
Install
npm install
Start the application in dev mode with hot-module-replacement
npm run dev
Run tests
npm test
Build for production
npm run build
Run production version
npm run start
Lint with standard
npm run lint
Generate code coverage report
npm run test:cover
PR and issues reporting are always welcome :)
See LICENSE file
See CHANGELOG.md file