Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shashkovdanil/scalajs-react-boilerplate
- Owner: shashkovdanil
- Created: 2017-06-11T18:56:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-05T07:23:33.000Z (over 3 years ago)
- Last Synced: 2023-03-06T01:43:06.479Z (over 1 year ago)
- Topics: boilerplate-template, react, scala
- Language: Scala
- Homepage:
- Size: 11.7 KB
- Stars: 21
- Watchers: 2
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)