decito / angular-playground-vite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular + Vite Boilerplate

This project was generated with Angular and Vite. Goodbye, Webpack.

Setup

Run run i to install the application dependencies.

Development

Run npm run dev for a dev server. Navigate to http://localhost:5173/. The application will automatically reload if you change any of the source files.

Build

Run npm run build to build the client/server project. The client build artifacts are located in the dist/client directory. The server for the API build artifacts are located in the dist/server directory.

About


Languages

Language:TypeScript 42.2%Language:CSS 32.9%Language:JavaScript 18.3%Language:HTML 6.6%