Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roweldeguzman/react-admin-dashboard
React v16 admin dashboad
https://github.com/roweldeguzman/react-admin-dashboard
react-admin react-admin-dashboard react-admin-template reactjs
Last synced: 8 days ago
JSON representation
React v16 admin dashboad
- Host: GitHub
- URL: https://github.com/roweldeguzman/react-admin-dashboard
- Owner: roweldeguzman
- License: mit
- Created: 2018-02-07T00:59:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-24T03:53:18.000Z (over 5 years ago)
- Last Synced: 2023-09-30T05:51:46.466Z (over 1 year ago)
- Topics: react-admin, react-admin-dashboard, react-admin-template, reactjs
- Language: JavaScript
- Homepage: https://react.roweldev.com
- Size: 15.8 MB
- Stars: 12
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Admin Dashboard
Boilerplate for kick starting a project with the following technologies:
* [React](https://github.com/facebook/react)
* [Babel 6](http://babeljs.io)
* [Webpack](http://webpack.github.io) for bundling
* [Webpack Dev Server](http://webpack.github.io/docs/webpack-dev-server.html)
* [React Transform](https://github.com/gaearon/react-transform-hmr) for hot reloading React components in real time.The various webpack options used have been explained in detailed as comments in the config file. Should help with understanding the nitty-gritty :)
### Usage
```
npm install
npm start
Open http://localhost:5000
```### Other Info
```
browse scripts/helpter/config.js
change the asset_url where you locate you assets folder. the default value is http://localhost:5000
```