Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

chibat/react-spring

Repository files navigation

React x Spring type-safe communication

Prerequisites

  • JDK: 17+
  • Node.js: 16+

Local environment

./gradlew bootRun
$ cd frontend
$ npm install
$ npm start

Open http://localhost:3000/ in your Web Browser

Build for Production

$ ./gradlew bootJar
$ java -jar build/libs/react-spring-0.0.1-SNAPSHOT.jar

Japanese Article

https://zenn.dev/chiba/articles/typescript-spring