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

https://github.com/kostad02/basic-ngxs

Simple usage of NGXS
https://github.com/kostad02/basic-ngxs

angular ngxs state-management

Last synced: about 1 month ago
JSON representation

Simple usage of NGXS

Awesome Lists containing this project

README

          

# NGXS

Simple usage of NGXS

## Development server

First install dependencies:

```
npm i
```

Split terminal and run two command:

```
npm run server
```

```
npm run start
```