Skip to content

sebialex/angular2app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Instruction

Windows/Ubuntu

  • install python

    • Ubuntu: sudo apt-get update; apt-get install python
    • Windows: https://www.python.org/downloads/
    • add to path (if not already)
  • install node from:

    • Ubuntu:
      • curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
      • sudo apt-get install -y nodejs
    • Windows: https://nodejs.org/en/
      • make sure to select npm during install
    • add node to path (if not already)
  • install git

    • Ubuntu: sudo apt-get install git
    • Windows: https://desktop.github.com/
  • clone this repo

  • use terminal/cmd/PowerShell to go into the cloned directory

  • run npm start

  • open a browser: firefox/chrome

  • goto http://localhost:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published