An open API service indexing awesome lists of open source software.

https://github.com/brandonroberts/single-file-ngrx

An example application of using NgRx State with Store and Effects in a single file
https://github.com/brandonroberts/single-file-ngrx

Last synced: 21 days ago
JSON representation

An example application of using NgRx State with Store and Effects in a single file

Awesome Lists containing this project

README

        

# Single File NgRx

Video: [https://youtu.be/KjpzdzH7-Lg](https://youtu.be/KjpzdzH7-Lg)

## Analog

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)