Skip to content

Example project on how to develop and build React application with Java

Notifications You must be signed in to change notification settings

benmanuel12/react-java-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-java-example

Example project on how to develop and build React application with Java

// clone the project git clone https://github.com/bbachi/react-java-example.git // Run React on port 3000 cd /src/main/ui npm install npm start // Run Java Code on 8080 mvn clean install java -jar target/users-0.0.2-SNAPSHOT.jar

About

Example project on how to develop and build React application with Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 69.4%
  • Java 14.2%
  • HTML 8.8%
  • JavaScript 6.3%
  • CSS 1.3%