Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goetzrobin/goetzrobin.github.io
My personal website. I use it to experiment with AnalogJs and other stuff.
https://github.com/goetzrobin/goetzrobin.github.io
analogjs angular
Last synced: 2 months ago
JSON representation
My personal website. I use it to experiment with AnalogJs and other stuff.
- Host: GitHub
- URL: https://github.com/goetzrobin/goetzrobin.github.io
- Owner: goetzrobin
- Created: 2020-02-12T13:28:40.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-10T21:44:53.000Z (about 1 year ago)
- Last Synced: 2023-10-12T06:12:20.785Z (about 1 year ago)
- Topics: analogjs, angular
- Language: TypeScript
- Homepage:
- Size: 1.07 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- 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)