Skip to content

Latest commit

 

History

History

angular-vite

Angular Vite Zephyr Template

A minimal application that uses Angular + Vite + Zephyr for development and building.

Setup

npm install

Development

npm run dev

Navigate to http://localhost:5173 to see the running application

Build

npm run build

Preview

npm run preview