Skip to content

vsavkin/tex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to run the example

Angular 1

  1. >> cd angular1
  2. >> npm install
  3. >> npm run webpack-dev-server
  4. >> open http://localhost:8080/webpack-dev-server/

Angular 2

  1. >> cd angular2
  2. >> npm install
  3. >> npm run webpack-dev-server
  4. >> open http://localhost:8080/webpack-dev-server/