Vite + Angular

September 4, 2024 ยท View on GitHub

angular-vite1

Vite + Angular

A minimal application that uses Angular + Vite 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

Contents

  1. 1Setup
  2. 2Development
  3. 3Build