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
- Host: GitHub
- URL: https://github.com/kostad02/basic-ngxs
- Owner: KostaD02
- Created: 2024-04-04T18:51:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T18:56:39.000Z (about 2 years ago)
- Last Synced: 2025-06-07T11:43:45.960Z (about 1 year ago)
- Topics: angular, ngxs, state-management
- Language: TypeScript
- Homepage:
- Size: 119 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```