Grogs / fullstack-scalajs-workshop

https://grogs.github.io/fullstack-scalajs-workshop

Home Page:http://fullstack-scalajs-workshop.herokuapp.com/events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exercise 1

Let's start by fleshing out the event listings. Currently it's a blank page; let's show the upcoming conferences that are being passed through from the EventsController.

This will be server-side only and test driven. Run EventsControllerTest and fix the failing tests.

You'll need to modify the server-side only template for the events page. See eventListings.scala.html.
Then you'll have to build out the shared events table template. See eventsTable.scala.html.

Once you're done, start up the application with sbt run, browse to http://localhost:9000 and check that you can see the upcoming conferences.

Then move on to exercise two by checking out the exercise2 branch.

About

https://grogs.github.io/fullstack-scalajs-workshop

http://fullstack-scalajs-workshop.herokuapp.com/events


Languages

Language:Scala 59.8%Language:Shell 33.3%Language:Batchfile 3.9%Language:HTML 3.0%