Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brandonroberts/angular-vite
- Owner: brandonroberts
- Created: 2024-09-04T19:04:42.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-05T02:47:24.000Z (4 months ago)
- Last Synced: 2024-11-02T07:33:29.912Z (about 2 months ago)
- Language: CSS
- Size: 43.9 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```