2021-04-10 14:35:51 -07:00
|
|
|
# Mango UI V2
|
2021-03-26 09:44:55 -07:00
|
|
|
|
2021-04-10 14:35:51 -07:00
|
|
|
Uses:
|
2021-03-26 09:44:55 -07:00
|
|
|
|
|
|
|
- [Typescript](https://www.typescriptlang.org/)
|
|
|
|
- Linting with [ESLint](https://eslint.org/)
|
|
|
|
- Formatting with [Prettier](https://prettier.io/)
|
|
|
|
- Linting, typechecking and formatting on by default using [`husky`](https://github.com/typicode/husky) for commit hooks
|
|
|
|
- Testing with [Jest](https://jestjs.io/) and [`react-testing-library`](https://testing-library.com/docs/react-testing-library/intro)
|
|
|
|
|
2021-04-10 14:35:51 -07:00
|
|
|
## Run
|
2021-03-26 09:44:55 -07:00
|
|
|
|
|
|
|
```bash
|
2021-04-10 14:35:51 -07:00
|
|
|
yarn
|
|
|
|
yarn dev
|
2021-03-26 09:44:55 -07:00
|
|
|
```
|