Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tak-iwamoto/react-boiler-template
https://github.com/tak-iwamoto/react-boiler-template
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tak-iwamoto/react-boiler-template
- Owner: Tak-Iwamoto
- Created: 2020-10-24T08:20:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-01T09:40:59.000Z (about 4 years ago)
- Last Synced: 2023-03-08T21:36:31.028Z (over 1 year ago)
- Language: JavaScript
- Size: 181 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React boiler template
This is React + Typescript boiler template without CRA
## development
`yarn dev`
## production
`yarn build`
## prettier
`yarn prettier`
## typecheck
`yarn typecheck`