This is an example application that uses Angular, Analog, and Vite for file-based routing.
Routes are places in the pages
folder as default exports. Additional route configuration can be added by using a .config.ts
file with the same name as the route.
Run yarn
to install the application dependencies.
Run yarn dev
for a dev server. Navigate to http://localhost:5173/
. The application will automatically reload if you change any of the source files.
Run yarn build
to build the project. The build artifacts will be stored in the dist/
directory.
Run yarn test
to run unit tests with Vitest.
- Join the Discord
- Visit and Star the GitHub Repo
- Visit the Website
- Follow us on Twitter
Code generation inspired by the generouted project