You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
### for Pluralsight
4
4
5
+
The code in this repo is the source for what becomes the plunkers located [https://github.com/johnpapa/angular2-first-look](https://github.com/johnpapa/angular2-first-look)
6
+
7
+
The plunkers are the recommended way to run the code. However, if you wish to explore, instructions can be found below.
8
+
5
9
# Getting Started
6
10
7
11
1. Fork and clone this repo
@@ -10,6 +14,8 @@
10
14
11
15
`npm i`
12
16
13
-
1. Run the TypeScript compiler, watch for changes, start the server, and launch the browser
17
+
# Exploring
18
+
19
+
Each example is located in its own folder under `_examples/`. Feel free to explore them. You may run `npm i` in those respective folders, if you wish to run them. Then run `npm start` to try each demo locally.
0 commit comments