Skip to content

japgolly/scalajs-react-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

for prod

sbt > fullOptJS

Open project in IntelliJ -> right click on index.html -> Run 'index-dev.html' or 'index-prod.html' (to start the web server)

About

Create Scala.js React apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 82.8%
  • HTML 17.2%