8000 GitHub - andresdominguez/ng2nyc-meetup: Angular2 NYC meetup
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

andresdominguez/ng2nyc-meetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular2 NYC meetup

Slides

See this application running

You can see the app running here:

http://andresdominguez.github.io/ng2nyc-meetup

Instructions

Clone this repo

$ git clone https://github.com/andresdominguez/ng2nyc-meetup.git

Get TypeScript 1.5 beta and compile

$ cd ng2nyc-meetup
$ npm install -g typescript
$ tsc -w

The -w flag is for watch. It will compile the typescript files into JavaScript (es5) files every time you make a change to the source code.

Launch a server

Get http-server and launch the server.

$ npm install -g http-server
$ http-server -c-1
Starting up http-server, serving ./ on: http://0.0.0.0:8080
Hit CTRL-C to stop the server

The -c-1 flag disables caching.

Open the app in your browser

Go to http://localhost:8080/

About

Angular2 NYC meetup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0