Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 380 Bytes

File metadata and controls

25 lines (14 loc) · 380 Bytes

React Template

This template provides the tools needed to create React based frontend applications.

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