Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/BetaRabbit/react-redux-antd-starter
- Owner: betarabbit
- License: mit
- Created: 2016-02-23T01:11:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-15T19:33:36.000Z (almost 7 years ago)
- Last Synced: 2024-08-04T01:05:22.044Z (5 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 89
- Watchers: 7
- Forks: 28
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ant-design - React Redux Antd Starter - Front-end boilerplate built with React, Redux and Ant Design. (Boilerplates / Themes)
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.