| .vscode | ||
| public | ||
| src | ||
| .gitignore | ||
| bundle-analysis.html | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| school-dashboard-exercise.zip | ||
| tsconfig.json | ||
| vite.config.mjs | ||
- Node v20.10.0
Installation
-
Clone the repository:
git clone https://repos.point-dev.net/Karimaldeen/school-dashboard.gitcd school-dashboard -
Install dependencies:
pnpm i
Usage
Start the development server:
pnpm start