Skip to content

ieeelink/vite-jobfair-comingsoon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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