Project to create a modern and functional single page application.
git clone https://github.com/SabrinaFiore/wallapop-test.git
cd intern-angularInstall the npm i @angular/cli packages described in the package.json and verify that it works:
Istall the @angular/material library
npm i @angular/cli
ng add @angular/materialThe ng serve command builds (compiles TypeScript and copies assets)
Shut it down manually with Ctrl-C