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

https://github.com/kento75/react_material

ReactのCRUDパターン集
https://github.com/kento75/react_material

axios babel es6 express javascript material-design material-ui mongodb mongoose nodejs react react-redux react-router react-router-redux react-thunk redux webpack

Last synced: 3 months ago
JSON representation

ReactのCRUDパターン集

Awesome Lists containing this project

README

        

# React_material
・Reactとmaterial-uiを用いたCRUDパターン集

*****
*****
### コマンド
・mongoDB起動

```
$ sudo mongod --dbpath common_db
```

*****
・パッケージインストール

```
$ npm install
```

*****
・babel & webpack 起動

```
$ npm run build
```

*****
・サーバー起動

```
$ npm start
```