This repository contains an example user interface built using Prisma UI, demonstrating how to implement and use various UI components and features.
- Node.js v.20 or higher
- Mostly recommended to use Visual Studio Code or equivalent IDE
npm installnpm run buildThen you will see
distfolder in the root directory. It contains your UI files includesindex.htmlwhich you can use in your PrismaUI plugin as view.
npm run dev- TypeScript - language with static typing instead of JavaScript.
- React - main framework to build core of our UI.
- TailwindCSS 3 - CSS framework to make styles simply and fast with classnames directly inside your html markup.
- Zustand - State-management library to control our UI state model data.
- Motion - Animations library to make and control animations simply and fast with React.
- And other tools like Vite, Eslint, Prettier, Husky.
Contributions are welcome!