Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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+