项目作者: pomanitzz

项目描述 :
Spring-rest-react-app
高级语言: JavaScript
项目地址: git://github.com/pomanitzz/spring-rest-react-app.git
创建时间: 2020-05-17T20:30:13Z
项目社区:https://github.com/pomanitzz/spring-rest-react-app

开源协议:

下载


spring-rest-react-app

Technologies:

  1. Spring Boot 2
  2. Spring REST
  3. React (Redux)
  4. DB: H2 (in runtime)
  5. Spring WebSocket & SockJS
  6. Spring Security

How to run:

  • Clone project
  • Init all dependencies from package.json by execute:

    npm install

  • Execute this to build react-app into java-app:

    npm run watch

  • Run SpringBoot application. One of:
    • Run com.pomanytskyi.payroll.ReactAndSpringDataRestApplication.main() method inside your IDE
    • Or by typing:

      ./mvnw spring-boot:run

on the command line. (mvnw.bat for Windows users).

Can login under: anton / 12345