Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-13T07:52:56.000Z (almost 4 years ago)
- Last Synced: 2024-11-12T11:43:23.313Z (3 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: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-bulma-admin
![axios version](https://img.shields.io/github/package-json/dependency-version/xyzhanjiang/react-bulma-admin/axios) ![bulma version](https://img.shields.io/github/package-json/dependency-version/xyzhanjiang/react-bulma-admin/bulma) ![react version](https://img.shields.io/github/package-json/dependency-version/xyzhanjiang/react-bulma-admin/react) ![react-router version](https://img.shields.io/github/package-json/dependency-version/xyzhanjiang/react-bulma-admin/react-router-dom) ![mobx version](https://img.shields.io/github/package-json/dependency-version/xyzhanjiang/react-bulma-admin/mobx) [![PRs welcome](https://img.shields.io/badge/PRs-welcome-ff69b4.svg)](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+