An open API service indexing awesome lists of open source software.

https://github.com/mirinzhang/react-boilerplate

just a react boilerplate
https://github.com/mirinzhang/react-boilerplate

antd mobx mobx-react react react-redux react-router redux webpack

Last synced: 3 months ago
JSON representation

just a react boilerplate

Awesome Lists containing this project

README

          

> boilerplate (`react` `redux` `antd`)

[![BCH compliance](https://bettercodehub.com/edge/badge/MiRinZhang/react-boilerplate?branch=master)](https://bettercodehub.com/)

*`npm` version >= `5.2.0`*

### Usage

`git clone https://github.com/MiRinZhang/react-boilerplate.git`

`cd react-boilerplate && yarn`

or

`cd react-boilerplate && npm i`

#### development

`yarn start`

or

`npm run start`

#### build

`yarn build`

or

`npm run build`