This project was generated with Angular CLI version 6.0.0.
Download and install NodeJS in https://nodejs.org/en/
Open prompt command line and run node -v to check NodeJS version.
Now you are able to run and install Angular cli.
Run in prompt npm install -g @angular/cli to install Angular cli.
Open the folder's project in prompt and run npm install to install all dependencies of project.
Copy materialize.css in materialize_custom folder and paste in node_modules\materialize-css\dist\css
Copy materialize.js in materialize_custom folder and paste in node_modules\materialize-css\dist\js
Ps: These files contains some customs to run the project correctly.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.
Run ng e2e to execute the end-to-end tests via Protractor.