https://github.com/outwatch/example
WebApp Example with Outwatch that can be used as a Template
https://github.com/outwatch/example
Last synced: 5 months ago
JSON representation
WebApp Example with Outwatch that can be used as a Template
- Host: GitHub
- URL: https://github.com/outwatch/example
- Owner: outwatch
- Created: 2016-11-21T19:11:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-01T17:39:21.000Z (over 1 year ago)
- Last Synced: 2025-12-08T06:14:22.912Z (7 months ago)
- Language: Scala
- Homepage:
- Size: 7.71 MB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A [github-template][github-template] for [outwatch](https://github.com/outwatch/outwatch).
Make sure that `java`, `sbt`, `nodejs`, `yarn` and `github-cli` (optionally) are installed.
```shell
# create new repo on github based on this template
gh repo create my-first-outwatch-project --template outwatch/example --public --clone
# if you want to just get the template locally without creating a github repo:
git clone --depth 1 https://github.com/outwatch/example my-first-outwatch-project
```
In your newly created project directory, run:
```shell
sbt dev
```
and point your browser to .
This example is also automatically deployed to github pages:
Template license
----------------
Written in 2016 by Luka Jacobowitz
[other author/contributor lines as appropriate]
To the extent possible under law, the author(s) have dedicated all copyright and related
and neighboring rights to this template to the public domain worldwide.
This template is distributed without any warranty. See .
[github-template]: https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository