-
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
-
Clone the repository, go to the directory and install the dependencies.
-
In the
package.json
file isjson-server
command that will servedb.json
in some port of your computer. Run the next command.npm run json-server
-
After all, you can run the application.
ng serve