https://github.com/kento75/react-typescript-fullstack-boiler
https://github.com/kento75/react-typescript-fullstack-boiler
cypress emotion jest react react-redux react-router redux redux-saga storybook typescript
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kento75/react-typescript-fullstack-boiler
- Owner: Kento75
- Created: 2019-06-01T11:22:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-04T11:12:23.000Z (about 7 years ago)
- Last Synced: 2025-04-05T17:36:51.922Z (about 1 year ago)
- Topics: cypress, emotion, jest, react, react-redux, react-router, redux, redux-saga, storybook, typescript
- Language: TypeScript
- Size: 1.21 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-typescript-fullstack-boiler
## メモ
・pre-commit の無効化
```
git config --add --global core.hooksPath /dev/null
```