Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 690 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 690 Bytes

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.