Awesome
Scala.js React boilerplate
Start
- Install Node.js
- Install Scala
- Install JDK
- Install IntelliJ
- Install SBT (Scala Build Tool)
git clone https://github.com/shashkovdanil/scalajs-react-boilerplate
cd scalajs-react-boilerplate
for dev
sbt > ~fastOptJS::webpack
Open project in IntelliJ -> right click on index.html -> Run 'index-dev.html' or 'index-prod.html' (to start the web server)