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

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

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`