This is an example application that uses Analog, Angular, and Supabase for authentication, database access, and SSR.
Run npm install
to install the application dependencies.
- Create a new project in Supabase.
- Go to your Supabase dashboard and run the
Countries
Quickstart. - Copy the
.env.example
to.env
and fill in the Supabase environment variables from yourAPI settings
. - Add a user with
email/password
under theAuthentication
section.
Run npm start
for a dev server. Navigate to http://localhost:5173/
. The application automatically reloads if you change any of the source files.
Run npm run build
to build the client/server project. The client build artifacts are located in the dist/analog/public
directory. The server for the API build artifacts are located in the dist/analog/server
directory.
Run npm run test
to run unit tests with Vitest.
- Visit and Star the GitHub Repo
- Join the Discord
- Follow us on Twitter
- Become a Sponsor