https://github.com/start-react/sb-admin-seed-react
Simple two page React app with Login and Dashboard
https://github.com/start-react/sb-admin-seed-react
Last synced: about 1 month ago
JSON representation
Simple two page React app with Login and Dashboard
- Host: GitHub
- URL: https://github.com/start-react/sb-admin-seed-react
- Owner: start-react
- License: other
- Created: 2016-09-30T11:40:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-19T11:14:51.000Z (over 6 years ago)
- Last Synced: 2025-03-27T02:39:11.358Z (about 2 months ago)
- Language: JavaScript
- Size: 4.41 MB
- Stars: 94
- Watchers: 11
- Forks: 62
- Open Issues: 5
-
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
[](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-seed.geekydev.com:3010/)
## Installation
####1. Clone this project or Download that ZIP file```sh
$ git clone https://github.com/start-react/sb-admin-seed-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/)