Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 268 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 268 Bytes

react-spring-template

React + Spring Boot + Jwt Auth

Development

cd server
./gradlew bootRun
cd ../client
yarn # (or npm install)
yarn run start # (or npm run start)

Build

cd client
yarn
yarn run build
cd ../server
./gradlew build