Skip to content

Josefpk/your-first-angular-application

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Your First Angular Application

1. Install Node, NPM and the Angular CLI

  • Use the latest version of Node or make sure you are using version 6.9.0 or above
  • Install NPM (It generally comes with Node, so no worries) πŸ˜™
  • Install Angular CLI globally
    • $ npm install @angular/cli -g

2. Verify

Make sure the installation went well by running:

  • $ node -v -> Version 6.9.0 or above
  • $ npm -v -> Version 3.0.0 or above
  • $ ng -v-> Version 1.0.0 or above

3. You are ready! Let's create an app

  • Create a new application with:
    • $ ng new myProject (it should take a few minutes) ⏰
  • Enter your application folder with:
    • $ cd myProject
  • Serve your new application in the browser:
    • $ ng serve -o
  • If you see: "App Works", you are done! πŸŽ‰πŸŽ‰πŸŽ‰

You are ready to go to Branch #1

About

😊 Make your first Angular application in 4 steps 😊

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published