https://github.com/heavenshell/ts-react-static
My React-Static site
https://github.com/heavenshell/ts-react-static
material-ui react react-hooks react-router react-static storyboo
Last synced: 9 months ago
JSON representation
My React-Static site
- Host: GitHub
- URL: https://github.com/heavenshell/ts-react-static
- Owner: heavenshell
- License: mit
- Created: 2019-09-13T14:55:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T18:56:54.000Z (about 1 year ago)
- Last Synced: 2024-11-11T19:40:50.792Z (about 1 year ago)
- Topics: material-ui, react, react-hooks, react-router, react-static, storyboo
- Language: TypeScript
- Size: 2.73 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Site build with React-Static
[](https://github.com/heavenshell/ts-react-static/actions)
[](https://app.netlify.com/sites/heavenshell/deploys)
| Library | Description |
|:---------------|:----------------------------------|
| React | Declarative library |
| React-Static | Static site generator |
| React-Router | Router library |
| Material-UI | UI components |
| Emotion | CSS-in-JS |
| jdown + Marked | Markdown |
| htmr | HTML to React element converter |
| Jest | Testing framework |
| Enzyme | React testing library |
| Storybook | UI component dev & test |
| storycap | Capture screenshot from storybook |
| reg-cli | Visual regression test |
- Site
- https://heavenshell.netlify.com/
- Storybook
- https://heavenshell.netlify.com/storybook/
- Reg-cli report
- https://heavenshell.netlify.com/__regressions__/report.html
## Install
```
yarn
```
## Usage
### Build
```
yarn build
```
### Development
```
yarn start
```
### Storybook
```
yarn storybook
```
### Test
```
yarn test
```
### Lint
```
yarn lint
```
## LICENSE
MIT