03dc3cd001
This reverts commit
|
||
---|---|---|
@types | ||
components | ||
hooks | ||
pages | ||
public | ||
stores | ||
styles | ||
utils | ||
.babelrc | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
.nvmrc | ||
.prettierignore | ||
.prettierrc | ||
README.md | ||
jest.config.js | ||
netlify.toml | ||
next-env.d.ts | ||
next.config.js | ||
package.json | ||
postcss.config.js | ||
tailwind.config.js | ||
tsconfig.json | ||
yarn.lock |
README.md
Mango UI V3
Uses:
- Typescript
- Linting with ESLint
- Formatting with Prettier
- Linting, typechecking and formatting on by default using
husky
for commit hooks - Testing with Jest and
react-testing-library
Run
yarn
yarn dev