Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huhulab/react-frontend-boilerplate
React admin frontend project boilerplate (Based on ant.design)
https://github.com/huhulab/react-frontend-boilerplate
Last synced: 24 days ago
JSON representation
React admin frontend project boilerplate (Based on ant.design)
- Host: GitHub
- URL: https://github.com/huhulab/react-frontend-boilerplate
- Owner: huhulab
- License: mit
- Created: 2016-03-08T06:00:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-25T05:04:22.000Z (over 8 years ago)
- Last Synced: 2024-04-10T00:57:13.269Z (8 months ago)
- Language: JavaScript
- Homepage: http://demo-static.huhulab.com/react-frontend-boilerplate/#/demo/test_forms
- Size: 60.5 KB
- Stars: 19
- Watchers: 7
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ant-design - React Boilerplate - React Admin front-end boilerplate built with Ant Design. (Boilerplates / Themes)
README
## What's this
React([ant-design](https://github.com/ant-design/ant-design)) based frontend boilerplate project.## How to run it
``` bash
npm install
# More commands see: package.json
npm start
# Open http://localhost:3000/#/demo/test_forms
```