/Assignment3

Primary LanguageTypeScriptMIT LicenseMIT

University Assignment 3

AWS Layout

This is a boilerplate build with Vite, React 18, TypeScript, Vitest, Testing Library, TailwindCSS 3, Eslint and Prettier.

What is inside?

Daniel T's University assignment for Web Apps.

A simple cat website.

Getting Started

Access the project directory.

cd my-app

Install dependencies.

pnpm install

Serve with hot reload at http://localhost:5173.

pnpm run dev

Lint

pnpm run lint

Typecheck

pnpm run typecheck

Build

pnpm run build

Test

pnpm run test

View and interact with your tests via UI.

pnpm run test:ui

License

This project is licensed under the MIT License.