Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.18 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.18 KB

Outwatch Examples Join the chat Build Status

Like outwatch? Interested in a project hosting a bunch of instructional examples? Give this project a star for motivation, submit an idea via an issue, or try a PR for a new example. I'd be happy to help work on it with you.

Prerequisites

Examples in this project use scalajs-bundler, which requires npm, yarn, and webpack working locally. Tested and working with latest node v12.

TodoMVC and a simple Login/Register authentication form is implemented. Needs some improvement. You can view the documentation and examples here.

TodoMVC

The TodoMVC site implemented in outwatch. Run

sbt> project outwatch-examples-directory
sbt> dev

to load the devserver with autoreloading.

Point your browser to http://localhost:8080/index-dev.html