Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.
/ homes-app Public archive

Here is the source code for the YouTube Angular tutorial.

License

Notifications You must be signed in to change notification settings

j4vierb/homes-app

Repository files navigation

Angular Homes App (Angular v16)

Do it yourself

  • Install Angular if you don't have it installed

    npm install -g @angular/cli

  • Clone this branch to your local machine

    git clone -b homes-app-start [email protected]:angular/codelabs.git homes-app

  • Once the code has been downloaded

    cd homes-app

  • Install the depencies

    npm install

  • Run the application

    ng serve

To run the code in this repository

  • Clone the repository, go to the directory and install the dependencies.

  • In the package.json file is json-server command that will serve db.json in some port of your computer. Run the next command.

    npm run json-server

  • After all, you can run the application.

    ng serve

Resources

  1. Learning Angular

About

Here is the source code for the YouTube Angular tutorial.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published