Skip to content

Commit e60844a

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

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,14 @@ The plunkers are the recommended way to run the code. However, if you wish to ex
1818

1919
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.
2020

21+
For example ...
22+
23+
```
24+
cd _examples/component-simple
25+
npm i
26+
npm start
27+
```
28+
29+
Reminder ... The other files in this repo are here for helping create the plunkers. Focus only on the files in the`_examples/xxx` folders.
30+
2131

0 commit comments

Comments
 (0)