17 lines
456 B
Markdown
17 lines
456 B
Markdown
# Mango UI V2
|
|
|
|
Uses:
|
|
|
|
- [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)
|
|
|
|
## Run
|
|
|
|
```bash
|
|
yarn
|
|
yarn dev
|
|
```
|