# react-kickstart **Repository Path**: mahavira/react-kickstart ## Basic Information - **Project Name**: react-kickstart - **Description**: webpack boilerplate - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-04-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-kickstart **just another react + webpack boilerplate** **修改自[vesparny/react-kickstart](https://github.com/vesparny/react-kickstart)** [![Build Status](https://travis-ci.org/vesparny/react-kickstart.svg)](https://travis-ci.org/vesparny/react-kickstart) [![codecov.io](https://codecov.io/github/vesparny/react-kickstart/coverage.svg?branch=master)](https://codecov.io/github/vesparny/react-kickstart?branch=master) [![Dependency status](https://david-dm.org/vesparny/react-kickstart/status.svg)](https://david-dm.org/vesparny/react-kickstart "Dependency status") [![Dev dependency status](https://david-dm.org/vesparny/react-kickstart/dev-status.svg)](https://david-dm.org/vesparny/react-kickstart#info=devDependencies "Dev dependency status") [![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard) ## Features * webpack + vanilla hot-module-replacement * Stateless functional components * redux * [css-modules](https://github.com/css-modules/css-modules/) + [PostCSS](https://github.com/postcss/postcss) * basic routing setup with react-router (you most likely need routing in your app) * [babeljs](https://babeljs.io/) * unit tests ([ava](https://github.com/sindresorhus/ava) + [sinon](http://sinonjs.org/)) examples with both [shallow-rendering](https://facebook.github.io/react/docs/test-utils.html#shallow-rendering) and [jsdom](https://github.com/tmpvar/jsdom) * code coverage with [nyc](https://github.com/bcoe/nyc) * development and production build ## Usage **Clone this repository** ``` git clone https://git.oschina.net/mahavira/react-kickstart ``` **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