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

https://github.com/kathleenwest/first-app

Angular.io Tutorial - Build Your First App
https://github.com/kathleenwest/first-app

angular tutorial-project

Last synced: 2 months ago
JSON representation

Angular.io Tutorial - Build Your First App

Awesome Lists containing this project

README

        

# first-app
This is my tutorial project result of the angular.io tutorial ["Build your first angular app"](https://angular.io/tutorial/first-app)

## Setup

1. Clone Repo
2. Install packages `npm install`
3. Configure the JSON server
`npm install -g json-server`
4. Run json-server
`json-server --watch db.json`
5. Run project
`ng serve -o`

## Demo Pictures

![Screenshot of Web App Demo.](demo/demo1.jpg)
![Screenshot of Web App Demo.](demo/demo2.jpg)
![Screenshot of Web App Demo.](demo/demo3.jpg)