Skip to content

Commit 01fd1be

Browse files
committed
More info on Running the Sample App
1 parent fa0d739 commit 01fd1be

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Chapter_07/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ more info) like so:
2424
dart -c bin/generator.dart
2525
```
2626

27+
You can then build the app using pub:
28+
29+
```
30+
pub build
31+
```
32+
33+
You can now launch the app `build/index.html` using the browser of your choi
34+
35+
36+
2737
# Overview
2838

2939
When deploying your app in production you need to make sure that:

0 commit comments

Comments
 (0)