Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 911 Bytes

README.md

File metadata and controls

45 lines (35 loc) · 911 Bytes

Resca

Build Status

Resca is a boilerplate for Reactjs + Akka. It also shows best practices of

  • How to validate JWT in akka-http.
  • How to integrate redux, react-router into react.
  • How to utilize swagger-codegen and yaml to generate api-client.
  • How to implement websocket in react and akka-http.

Demo

How to run

Prerequisites

  • JDK 8+
  • Scala 2.12+
  • SBT 1.0+
  • Nodejs 6+

Clone source code

git clone https://github.com/ft115637850/resca.git

cd resca

Start resca back-end server

$ sbt "run-main newton.xing.zou.resca.svc.boot -port 7443"

Start resca front-end server

$ cd resca\webapp
$ npm install
$ npm start

Open browser and access web port 3000

http://localhost:3000

www/p4ssw0rd