Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-11T17:54:08.000Z (over 4 years ago)
- Last Synced: 2024-10-19T12:16:08.519Z (3 months 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 CIStart with
```
yarn start
```Test with
```
yarn test
```Run Storybook with
```
yarn storybook
```