radmin
a collection of react based components and toolkit, startkit included
This project's goal is to help people create a reactive, realtime and user friendly backend system with react.
Usage
We provide cli for you, which can help you start easily
$ npm install -g radmin-tool
$ radmin-tool demo my-project
$ cd my-project
$ npm install
# If you want to use dev server, run this script to start a webpack-dev-server, and which enables hot module replacement
$ npm start
# If you choose to build a uncompressed version, run this script
$ npm run dev
# If you choose to build a compressed version for production, run this script
$ npm run build
What's Included
react
react-dom
react-router
radmin-components
dev server
Demo App
App structure
radmin project
├── README.md
├── package.json # package.json
├── docs # documents
├── src # source code folder
├── web # publish folder
├── webpack.dev.server.js # webpack hot server
├── webpack.hot.config.js # webpack hot server config
└── webpack.production.config.js # build config
License
The MIT License(http://opensource.org/licenses/MIT)
Suggestion
We welcome all suggestions. Please send mail to us.