https://github.com/saelsa/sme-app
An app that shows data and relevant news regarding the unexploited export potential of SMEs. Angular and billboard.js
https://github.com/saelsa/sme-app
Last synced: 15 days ago
JSON representation
An app that shows data and relevant news regarding the unexploited export potential of SMEs. Angular and billboard.js
- Host: GitHub
- URL: https://github.com/saelsa/sme-app
- Owner: saelsa
- Created: 2018-07-02T10:43:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-02T15:15:20.000Z (about 8 years ago)
- Last Synced: 2025-02-24T04:30:04.462Z (over 1 year ago)
- Language: TypeScript
- Homepage: http://saelsa.atwebpages.com/SME
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sme-app
An Angular app that shows data and relevant news regarding the unexploited export potential of SMEs. Either visit take a look at the [website](http://saelsa.atwebpages.com/SME/) or clone the project and follow the steps below.
## How to use
Clone the repo and install the relevant dependencies. Afterwards start a development server as described below.
```sh
$ npm install -g @angular/clinpm install -g @angular/cli
$ npm install --save @angular/material @angular/cdk
```
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).