https://github.com/elie29/highcharts-store-management
Reactive Store Management Demo
https://github.com/elie29/highcharts-store-management
angular rxjs store
Last synced: about 1 month ago
JSON representation
Reactive Store Management Demo
- Host: GitHub
- URL: https://github.com/elie29/highcharts-store-management
- Owner: elie29
- Created: 2020-02-11T21:32:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-17T10:48:10.000Z (over 3 years ago)
- Last Synced: 2025-03-18T03:43:35.046Z (over 1 year ago)
- Topics: angular, rxjs, store
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@elie29/store
- Size: 1.44 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Highcharts Api
## Start the server
From the backend folder run:
- `npm i`
- `nodemon app` (hot reload) or `npm start`
## Start angular app
From the frontend folder run:
- `npm i`
- `npm start`
then open: `http://localhost:4200`
### Start Dist app
- `npm run build`
- `serve dist`