This template provides the tools needed to create React based frontend applications for Data Core.
It includes:
- React + TypeScript Support
- SWC Compilation
- Eslint + Prettier
- Testing using Vitest and Jest
- Mantine Components and Theming
- React Routing
To run in dev:
npm install
npm run dev
To install new packages:
npm install <package> --save