Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```