Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```