Youth Learning Interface - Showbuilder project using the following frameworks/libraries:
- React
- TypeScript
- Vite
- Zustand
- Tailwind CSS
- Multiple eslint & prettier plugins installed
This project uses node and a package manager (npm, yarn or pnpm). Go check them out if you don't have them locally installed.
$ cd path-to-your-project
$ pnpm install
# npm install
# yarn install
Let's run!
$ pnpm run dev
# npm run dev
# yarn run dev