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

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

Awesome Lists containing this project

README

          

# react-typescript-fullstack-boiler

## メモ

・pre-commit の無効化

```
git config --add --global core.hooksPath /dev/null
```