https://github.com/xyzhanjiang/react-bulma-admin
React Bulma Admin
https://github.com/xyzhanjiang/react-bulma-admin
admin axios bulma es2015 es6 mobx react react-router sass webpack
Last synced: 2 months ago
JSON representation
React Bulma Admin
- Host: GitHub
- URL: https://github.com/xyzhanjiang/react-bulma-admin
- Owner: xyzhanjiang
- License: mit
- Created: 2021-03-09T07:33:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-13T07:52:56.000Z (about 4 years ago)
- Last Synced: 2025-01-11T10:20:27.223Z (4 months ago)
- Topics: admin, axios, bulma, es2015, es6, mobx, react, react-router, sass, webpack
- Language: JavaScript
- Homepage: https://xyzhanjiang.github.io/react-bulma-admin/
- Size: 2.94 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-bulma-admin
     [](https://github.com/xyzhanjiang/react-bulma-admin/pulls)
Experimental, [demo](https://xyzhanjiang.github.io/react-bulma-admin/)
* React
* React-router
* [MobX](https://github.com/mobxjs/mobx)
* [Bulma](https://github.com/jgthms/bulma)
* [BulmaTemplates](https://github.com/BulmaTemplates/bulma-templates)
* [Bulmaswatch](https://github.com/jenil/bulmaswatch)## Install
``` shell
git clone https://github.com/xyzhanjiang/react-bulma-admin.git
cd react-bulma-admin
npm install
```## Usage
**Develop**
``` shell
npm run start
```Visit localhost:3000
**Build**
``` shell
npm run build
```## Structure
``` diff
bulma-admin
|- package.json
|- /public
|- index.html // home page
|- /src
|- app.js // the main application component
|- index.js // the entry point file for the application
|- /common
|- /components
|- /config
|- /css // styles
|- /data
|- /images
|- /store // redux store
|- /views // page views
|- about.js // about page
|- index.js // index page
|- login.js // login page
```## Browser support
* Google Chrome 55+
* Safari 11+
* Firefox 52+
* Edge 15+