Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 325 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 325 Bytes

vite-jobfair-comingsoon

This Repository contains a sample coming soon page in vanilla HTML, CSS, JS bundled with Vite.

Run Locally

Install dependencies

  npm install

Start the development server

  npm run dev

Deployment

To create deployement build run

  npm run build