Skip to content

Simple user profile app - recruitment task

Notifications You must be signed in to change notification settings

Aekal/user-profile

Repository files navigation

user-profile

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Lint with ESLint

pnpm lint