Just data in a table, with sorting, inline-editing, destroying, etc.
This is a react project that is bootstapped with yarn create react-app --template=minimal-typescript.
- Install dependencies in the root of the repo:
yarn - Start the project in development mode:
yarn start
Create production build: yarn build
Run linter: yarn lint
Run formatter: yarn format
Run type-check: yarn type-check