forked from showwin/ISHOCON1
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1139fd6
commit a9e3197
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# ishocon1 # | ||
|
||
## Build & Run ## | ||
|
||
```sh | ||
$ cd ishocon1 | ||
$ sbt | ||
> jetty:start | ||
> browse | ||
``` | ||
|
||
If `browse` doesn't launch your browser, manually open [http://localhost:8080/](http://localhost:8080/) in your browser. | ||
|
||
### Memo | ||
|
||
``` | ||
$ sbt | ||
> ~;jetty:stop;jetty:start | ||
``` | ||
|
||
ファイル変更を監視して、更新されればサーバーが再起動する設定。 |