Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/BetaRabbit/react-redux-antd-starter

A React + Redux + Ant-Design frontend boilerplate
https://github.com/BetaRabbit/react-redux-antd-starter

Last synced: about 2 months ago
JSON representation

A React + Redux + Ant-Design frontend boilerplate

Awesome Lists containing this project

README

        

# react-redux-antd-starter
A React + Redux + Ant-Design frontend boilerplate.

- [x] React
- [x] Redux
- [x] Ant-Design
- [x] React Router
- [x] React Router Redux
- [x] Redux Actions
- [x] Babel
- [x] PostCSS
- [x] LESS
- [ ] CSS Modules
- [x] ESLint (Airbnb)
- [x] JWT
- [ ] Examples

## npm scripts

### Dev
```
npm run dev
```
Open `http://localhost:3000` in your browser.

### Lint

#### Lint only
```
npm run lint
```

#### Auto fix
```
npm run lint:fix
```

#### Build
```
npm run build
```
Find built files in ./dist.

#### Start (production)
```
npm run start
```
Open `http://localhost:3000` in your browser.