https://github.com/angular-schule/2018-07-meetup-heidelberg
🍕Demo app for the Angular Meetup in Heidelberg
https://github.com/angular-schule/2018-07-meetup-heidelberg
Last synced: 13 days ago
JSON representation
🍕Demo app for the Angular Meetup in Heidelberg
- Host: GitHub
- URL: https://github.com/angular-schule/2018-07-meetup-heidelberg
- Owner: angular-schule
- Created: 2018-07-11T15:48:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T19:50:04.000Z (almost 8 years ago)
- Last Synced: 2025-02-28T21:07:54.927Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

**Speaker:** Ferdinand Malcher
**Date:** 17. Juli 2018
**Location:** Fensterplatz Heidelberg
This is the example app for the first Angular Meetup in Heidelberg.
We will bring it to life together.
### Install and run
You need the Angular CLI to be installed globally:
```bash
npm install @angular/cli
```
Clone the repo and run the local installation:
```bash
npm install
```
You might want to build the `cart` library first which is part of this repo:
```bash
ng run cart:build
```
After that you're ready to start the app:
```bash
ng serve
```
Open your browser at `http://localhost:4200` to see it in action.

### © 2018 https://angular.schule, Version from 05.04.2018