https://github.com/rishi-raj-jain/analogjs-edgio-example
https://github.com/rishi-raj-jain/analogjs-edgio-example
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rishi-raj-jain/analogjs-edgio-example
- Owner: rishi-raj-jain
- Created: 2023-02-27T22:16:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T22:26:12.000Z (about 2 years ago)
- Last Synced: 2024-10-12T13:37:26.969Z (7 months ago)
- Language: TypeScript
- Size: 395 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
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 `yarn` to install the application dependencies.
## Development
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.
## Build
Run `yarn 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.
## Test
Run `yarn test` to run unit tests with [Vitest](https://vitest.dev).
## Community
- Join the [Discord](https://discord.gg/mKC2Ec48U5)
- Visit and Star the [GitHub Repo](https://github.com/analogjs/analog)
- Visit the [Website](https://analogjs.org/)
- Follow us on [Twitter](https://twitter.com/analogjs)