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

https://github.com/kenmori/omajimedesign

大真面目デザインのHP(redux-form, redux-saga)
https://github.com/kenmori/omajimedesign

react react-router redux redux-form redux-saga storybook

Last synced: 2 months ago
JSON representation

大真面目デザインのHP(redux-form, redux-saga)

Awesome Lists containing this project

README

          

## 大真面目デザインHP

react-create-app x react x redux x redux-form x redux-saga

・npm i -g json-server
・npm i

scss構成
sass-directory-structures
http://vanseodesign.com/css/sass-directory-structures/

redux-form, redux-saga実装
submit確認方法
1. npm i -g json-server
2. npm i
3. json-server db.json
4. npm start(local立ち上げ)
5. formをsubmitでdb.jsonに値が渡っていることを確認(urlは適当)
ビルド
6. npm run build
デプロイ
7. serve -s build