Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Goryudyuma committed Jun 10, 2018
1 parent 1139fd6 commit a9e3197
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions webapp/scala/README.md
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
```

ファイル変更を監視して、更新されればサーバーが再起動する設定。

0 comments on commit a9e3197

Please sign in to comment.