https://github.com/heavenshell/ts-react-boilerplate
My boilerplate
https://github.com/heavenshell/ts-react-boilerplate
Last synced: about 1 year ago
JSON representation
My boilerplate
- Host: GitHub
- URL: https://github.com/heavenshell/ts-react-boilerplate
- Owner: heavenshell
- Created: 2020-02-28T17:39:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-18T23:50:35.000Z (about 1 year ago)
- Last Synced: 2025-04-19T01:44:43.890Z (about 1 year ago)
- Language: TypeScript
- Size: 3.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ts-react-boilerplate

My boilerplate.
## Install
```console
yarn
```
## Usage
### Build
```console
yarn build
```
### Development
```console
yarn start
```
### Storybook
```console
yarn storybook
```
### Storycap
```console
yarn screenshot
```
### Test
```console
yarn test
```
### Lint
```console
yarn lint
```
### Release
```console
yarn release:prepare
```
## LICENSE
New BSD License