/react-kickstart

just another react + webpack boilerplate

Primary LanguageJavaScriptMIT LicenseMIT

react-kickstart

just another react + webpack boilerplate

Build Status Test Coverage Dependency status Dev dependency status

Minimal

It contains just the necessary to get started with React, I decided not to include flux libraries or other complicated stuff like server-rendering in here.

This projects aims to be a starting point for your React projects, and a way to learn it for newcomers.

See a working demo

Features

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

Run jscs and eslint

npm run jscs
npm run eslint

Generate code coverage report

npm run test:cov

Contributing

PR and issues reporting are always welcome :)

License

See LICENSE file

Changelog

See CHANGELOG.md file