KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
scalajs-react-boilerplate
★ 20
Open GitHub ↗
Create Scala.js React apps
Download README (.md)
Explore Similar Repositories
NaiveCNN
:
A naive (very simple!) implementation of a convolutional neural network
improved_wgan_training
:
Code for reproducing experiments in "Improved Training of Wasserstein GANs"
text_adventure
:
Practice Design Patterns through implementing a text based adventure game
KameKazi
:
Self destructing messages
lazy-img
:
A bulletproof lazy image loader.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
scalajs-react-boilerplate
?
Download (.md)
# 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)