User management system built with React, Typescript, Shadcn and Tailwindcss.
To get a local copy up and running follow these simple example steps.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/martenjurgens/webexpert-react.git
- Install NPM packages
npm install
- Run the project
npm run dev