Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brandonroberts/angular-vite

Minimal Angular + Vite Example application
https://github.com/brandonroberts/angular-vite

Last synced: about 1 month ago
JSON representation

Minimal Angular + Vite Example application

Awesome Lists containing this project

README

        

![angular-vite1](https://github.com/user-attachments/assets/9b038edd-2c88-4bbb-92cb-81e1a169f19b)

# Vite + Angular

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

## Setup

```sh
npm install
```

## Development

```sh
npm run dev
```

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

## Build

```sh
npm run build
```