Skip to content

Commit 70f924f

Browse files
authored
Update README.md
1 parent 6313947 commit 70f924f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
### for Pluralsight
44

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+
59
# Getting Started
610

711
1. Fork and clone this repo
@@ -10,6 +14,8 @@
1014

1115
`npm i`
1216

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.
20+
1421

15-
`npm start`

0 commit comments

Comments
 (0)