Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 525 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 525 Bytes

vue-demo

This is a personal project aimed at learning the basics of Vue and Tailwind CSS

demo.mp4

Project Setup

cd vue-demo

Install vue and dependencies

npm install

Compile and Hot-Reload for Development

npm run dev && npm run backend

Run Unit Tests with Vitest

npm run test:unit

Load the webpage in your browser

http://localhost:5173