ReactAdmin
ReactAdmin copied to clipboard
An Admin Dashboard Based On ReactJs And Redux
React Admin is SB Admin v2.0 that rewritten in React.js based on Redux
This project is a port of the famous Free Admin Bootstrap Theme SB Admin v2.0 to React.js Theme based on Create React App using ES6 & Webpack.
Demo
Available Scripts
No configuration or complicated folder structures, just the files you need to build your app.
Once the installation is done, you can run some commands inside the project folder:
Installation
1. Clone this project or Download that ZIP file
$ git clone https://github.com/mberneti/react-admin.git
2. Make sure you have npm installed globally
More details here
3. On the command prompt run the following commands
$ cd `project-directory`
$ npm install
npm start or yarn start
Runs the app in development mode.
Open http://localhost:3000/ReactAdmin/ to view it in the browser.
Note: The page will reload if you make edits.
Now you have two choices to make:
1. Login as an Admin with 11111 verification key
2 Or Login as a User with 12345 verification key
npm test or yarn test
Runs the test watcher in an interactive mode.
By default, runs tests related to files changed since the last commit.
npm run build or yarn build
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
By default, it also includes a service worker so that your app loads from local cache on future visits.
Your app is ready to be deployed.
Features
- Bootstrap CSS Framework
- Dropzone File Uploader Example
- SweetAlert Plugin
- React-Select (A Multi Select control built with and for React JS)
- Jalaali DatePicker
- Daynamic Complex Form Examples (with text, dropdown, fileuploader and ...)
- Real World Example Of Authentication Using JWT
- Based On React & Redux
From mberneti
Enjoy! I'm always happy to hear your feedback.
Contributing
Contributions are welcome and will be fully credited. I'd be happy to accept PRs for that.
License
Copyright (c) 2016 mberneti Inc. and individual contributors. Licensed under MIT license, see LICENSE for the full license.