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
- Host: GitHub
- URL: https://github.com/kathleenwest/first-app
- Owner: kathleenwest
- Created: 2023-09-15T17:15:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-15T17:29:51.000Z (over 1 year ago)
- Last Synced: 2025-01-23T11:16:17.932Z (4 months ago)
- Topics: angular, tutorial-project
- Language: TypeScript
- Homepage: https://angular.io/tutorial/first-app
- Size: 785 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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


