/react-mui

Basic repository with lint, test and building a simple React/MUI project

Primary LanguageTypeScript

React - MUI

This is just a simple boilerplate that adds linting and testing for future reference

  • npm i - installs dependencies
  • npm run lint - syntax checks (using eslint)
  • npm run test - runs tests (needed to run via jest)