https://github.com/chnapy/starter-front-trrms
Boilerplate frontend with Typescript, create-React-app, Reduxjs/toolkit, Material-ui, Storybook
https://github.com/chnapy/starter-front-trrms
Last synced: about 1 year ago
JSON representation
Boilerplate frontend with Typescript, create-React-app, Reduxjs/toolkit, Material-ui, Storybook
- Host: GitHub
- URL: https://github.com/chnapy/starter-front-trrms
- Owner: Chnapy
- License: mit
- Created: 2020-09-11T11:12:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-11T17:54:08.000Z (over 5 years ago)
- Last Synced: 2024-10-19T12:16:08.519Z (over 1 year ago)
- Language: TypeScript
- Size: 279 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# starter-front-TRRMS
Boilerplate **frontend** composed of:
- **Typescript**
- **React**, with `create-react-app`
- **Redux**, with `@reduxjs/toolkit`
- **Material-UI**
- **Storybook**
Also note use of:
- **Jest**, for testing
- **Github Actions**, as CI
Start with
```
yarn start
```
Test with
```
yarn test
```
Run Storybook with
```
yarn storybook
```