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パターン集
- Host: GitHub
- URL: https://github.com/kento75/react_material
- Owner: Kento75
- License: mit
- Created: 2018-04-14T05:45:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-22T11:02:08.000Z (almost 7 years ago)
- Last Synced: 2025-02-11T14:39:54.347Z (4 months ago)
- Topics: axios, babel, es6, express, javascript, material-design, material-ui, mongodb, mongoose, nodejs, react, react-redux, react-router, react-router-redux, react-thunk, redux, webpack
- Language: JavaScript
- Homepage:
- Size: 229 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```