Skip to content

McCallTech/react-kickstart

 
 

Repository files navigation

react-kickstart

just another react + webpack boilerplate

Build Status codecov.io Dependency status Dev dependency status

js-standard-style

See a working demo

Features

  • webpack + vanilla hot-module-replacement
  • Stateless functional components
  • redux
  • css-modules + PostCSS
  • 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

Usage

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 start

Run tests

npm test

Build for production

npm run build

Run production version

npm run build:start

Lint with standard

npm run lint

Generate code coverage report

npm run test:cover

Contributing

PR and issues reporting are always welcome :)

License

See LICENSE file

Changelog

See CHANGELOG.md file

Packages

No packages published

Languages

  • JavaScript 84.4%
  • HTML 12.5%
  • CSS 3.1%