dborisenko / scalajs-react-play-material-ui.g8

Client-server application template with Scala.js, React, Material-UI and Play

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client-server application template with Scala.js, React, Material-UI and Play

Build status

With this template you can easily start to develop client-server application with Scala.js, React and Material-UI on the client side and Play on the server side. Circe is used for serialization of data between client and server.

Template is implemented in the form of TODO application example.

Architecture

The following technologies are used:

Usage

Make sure that you have npm and sbt installed.

$ sbt new dborisenko/scalajs-react-play-material-ui.g8

Now you can run your application

$ sbt server/run

And now TODO application example is accessible in localhost:9000

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

About

Client-server application template with Scala.js, React, Material-UI and Play

License:Other


Languages

Language:Scala 97.3%Language:HTML 2.7%