-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
some improvements for tsd to typings migration. tools removed, now us…
…e typings folder
- Loading branch information
Showing
8 changed files
with
21 additions
and
5,325 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
node_modules | ||
/node_modules/ | ||
.DS_Store | ||
npm-debug.log | ||
/typings/ | ||
**/bower_packages | ||
|
||
# all generated JS | ||
src/js | ||
src/app/**/*.js | ||
src/app/**/*.js.map | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,23 @@ | ||
# AngularIn20TypeScript | ||
|
||
Simple AngularJS Application with TypeScript, you can view video about typescript and angular in 20 minutes at ngconf 2015 on [youtube](https://www.youtube.com/watch?list=PLOETEcp3DkCoNnlhE-7fovYvqwVPrRiY7&feature=player_embedded&v=U7NYTKgkZgo) | ||
|
||
# Usage | ||
|
||
* Install global dependencies **if necessary** | ||
|
||
npm install -g gulp-cli tsd superstatic | ||
- Install global dependencies **if necessary** | ||
|
||
1. Install node packages: | ||
``` | ||
npm install -g gulp-cli typings superstatic | ||
``` | ||
|
||
npm install | ||
- Install node packages: | ||
|
||
2. Launch the server | ||
``` | ||
npm install | ||
``` | ||
|
||
npm start | ||
- Launch the server | ||
|
||
``` | ||
npm start | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.