Skip to content

Ejemplos de la asignatura Desarrollo front-end avanzado del Máster universitario de Desarrollo de Sitios y Aplicaciones Web

License

Notifications You must be signed in to change notification settings

rbuj-UOC/M4.256-Ejemplos

Repository files navigation

Setup on MacOS

Install homebrew

You can skip this step if you have homebrew installed on your system.

Read how to install Homebrew from its homepage.

Install Node 18

Update and upgrade installed packages:

brew update && brew upgrade

Install node using homebrew:

brew install node

Check the version of node:

$ node --version
v22.9.0

Install node 18:

brew install node@18

Overwrite linked version of node:

brew link --overwrite node@18

Check the version of node:

$ node --version
v18.20.4

Install Angular

Install angular cli

sudo npm install -g @angular/cli

About

Ejemplos de la asignatura Desarrollo front-end avanzado del Máster universitario de Desarrollo de Sitios y Aplicaciones Web

Topics

Resources

License

Stars

Watchers

Forks