AnthonMS / TimeMentor

This is the temporary repo for my Final Assignment for my studies
0 stars 0 forks source link

Create Angular 6 project #1

Closed AnthonMS closed 6 years ago

AnthonMS commented 6 years ago

Time Estimate: 2 Hours Start by creating the Angular 6 Project. Do it with npm, install angular/cli globally so you can run the commands. Command for starting project:

ng new projectName --routing

Then create new components with this command:

ng g c navbar g = generate, c = component, navbar = component name

Then serve it with:

ng serve -o

I watched this video to get started with angular 6: https://www.youtube.com/watch?v=z4JUm0Bq9AM&t=3292s