2016-06-30 13:07:17 -07:00
|
|
|
# How to run the examples locally
|
|
|
|
|
|
2017-08-03 12:33:29 -07:00
|
|
|
```
|
2016-06-30 13:07:17 -07:00
|
|
|
$ cp -r ./modules/playground ./dist/all/
|
2016-07-18 03:50:31 -07:00
|
|
|
$ ./node_modules/.bin/tsc -p modules --emitDecoratorMetadata -w
|
2016-06-30 13:07:17 -07:00
|
|
|
$ gulp serve
|
|
|
|
|
$ open http://localhost:8000/all/playground/src/hello_world/index.html?bundles=false
|
2017-08-03 12:33:29 -07:00
|
|
|
```
|