Skip to content

bsrikanth427/griet

Repository files navigation

  1. Install Node.js from node.org

  2. Open CMD and type ==> npm -v (this command show the npm version)

  3. Install Type script Globally in your system. by below command using NPM tool from Node CMD ==> npm install -g typescript

  4. Install vscode editor (any other editor like sublimeText,atom etc....which supports type script).

  5. Install angular CLI globally by below command CMD ==> npm install -g @angular/cli

  6. Go to project folder "angular2-app".

  7. Run this command ==> npm install (this will install project related packages from package.jason file)

  8. Run Below command to start web server.

    CMD ==> ng serve --open ( this will open your chrome browser automatically) If it doesn't open the browser then type below URL in your browser

     http://localhost:4200/.  You should see the your first angular app.
    

=============================================================================================================================================

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published