Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 3 hours 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T18:56:54.000Z (8 days ago)
- Last Synced: 2024-11-11T19:40:50.792Z (8 days 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
[![Build Status](https://github.com/heavenshell/ts-react-static/workflows/build/badge.svg)](https://github.com/heavenshell/ts-react-static/actions)
[![Netlify Status](https://api.netlify.com/api/v1/badges/aa9245e5-3cff-49a0-bf2c-cd3e8d37ca7a/deploy-status)](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