Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shashkovdanil/scalajs-react-boilerplate

Create Scala.js React apps
https://github.com/shashkovdanil/scalajs-react-boilerplate

boilerplate-template react scala

Last synced: about 6 hours ago
JSON representation

Create Scala.js React apps

Awesome Lists containing this project

README

        

# Scala.js React boilerplate

## Start

* Install Node.js
* Install Scala
* Install JDK
* Install IntelliJ
* Install SBT (Scala Build Tool)

```sh
git clone https://github.com/shashkovdanil/scalajs-react-boilerplate
cd scalajs-react-boilerplate
```
for dev
```sh
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)