Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/start-react/sb-admin-react
Starter theme for React JS Dashboard Apps
https://github.com/start-react/sb-admin-react
Last synced: about 17 hours ago
JSON representation
Starter theme for React JS Dashboard Apps
- Host: GitHub
- URL: https://github.com/start-react/sb-admin-react
- Owner: start-react
- License: other
- Created: 2015-01-22T11:39:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-30T06:47:10.000Z (about 7 years ago)
- Last Synced: 2024-11-21T21:43:10.491Z (22 days ago)
- Language: JavaScript
- Homepage: http://sb-admin-react.geekydev.com:3009/
- Size: 10.8 MB
- Stars: 835
- Watchers: 45
- Forks: 274
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## SB Admin v2.0 rewritten in React.js
[![Join the chat at https://gitter.im/start-react/sb-admin-react](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/start-react/sb-admin-react?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
This project is a port of the famous Free Admin Bootstrap Theme [SB Admin v2.0](http://startbootstrap.com/template-overviews/sb-admin-2/) to React.js Theme based on [React Starter Kit](https://github.com/kriasoft/react-starter-kit) using ES6 & Webpack.
Find out more [Free React.js and React Native Themes at StartReact.com](http://www.startreact.com/).
## [Demo](http://sb-admin-react.geekydev.com:3009/)
## Installation
####1. Clone this project or Download that ZIP file```sh
$ git clone https://github.com/start-react/sb-admin-react.git
```####2. Make sure you have [npm](https://www.npmjs.org/) installed globally
More details here
https://nodejs.org/en/download/####3. On the command prompt run the following commands
```sh
$ cd `project-directory`
```
```sh
$ npm install
```
```sh
$ npm start
```####4. To build
```sh
$ npm run build
```####5. To clean up old build products
```sh
$ npm run clean
```## Roadmap
- Add sample AJAX calls (using Flux / Reflux) and make the components more modular
- Lazy loading of Pages
- MobX integration### Automation tools used
- [Webpack](https://webpack.github.io/)