seraphr / scalatra-reactjs-fileupload

sample code of fileupload with scalatra + scala.js + react.js + flux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scalatra-reactjs-fileupload

sample code of fileupload with scalatra + scala.js + react.js + flux

Usage

./sbt pack
(cd server-main/target/pack/bin; ./file-upload-server-main)

Then access to http://localhost:8080/ using your web browser

Usage on Windows(cmd.exe)

sbt pack
cmd /C "cd server-main/target/pack/bin && file-upload-server-main"

Then access to http://localhost:8080/ using your web browser

About

sample code of fileupload with scalatra + scala.js + react.js + flux

License:BSD 2-Clause "Simplified" License


Languages

Language:Scala 92.3%Language:HTML 6.0%Language:Shell 1.2%Language:Batchfile 0.6%