https://github.com/pavankjadda/analog-project-demo
Analog project demo
https://github.com/pavankjadda/analog-project-demo
analogjs angular
Last synced: 6 months ago
JSON representation
Analog project demo
- Host: GitHub
- URL: https://github.com/pavankjadda/analog-project-demo
- Owner: pavankjadda
- Created: 2022-08-12T17:16:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T23:52:47.000Z (about 2 years ago)
- Last Synced: 2025-04-03T04:42:10.347Z (over 1 year ago)
- Topics: analogjs, angular
- Language: TypeScript
- Homepage:
- Size: 2.12 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Analog App
This project was generated with [Analog](https://analogjs.org), the fullstack meta-framework for Angular.
## Setup
Run `npm install` to install the application dependencies.
## Development
Run `npm start` for a dev server. Navigate to `http://localhost:5173/`. The application automatically reloads 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/analog/public` directory. The server for the API build artifacts are located in the `dist/analog/server` directory.
## Test
Run `npm run test` to run unit tests with [Vitest](https://vitest.dev).
## Community
- Visit and Star the [GitHub Repo](https://github.com/analogjs/analog)
- Join the [Discord](https://chat.analogjs.org)
- Follow us on [Twitter](https://twitter.com/analogjs)
- Become a [Sponsor](https://github.com/sponsors/brandonroberts)