Skip to content

bernd/dropreact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drop-react - Example Dropwizard & React application

A simple example application to show how to use dropwizard with a react UI.

How to start the DropReact application

  1. Run mvn clean package to build your application
  2. Start application with java -jar target/dropreact-1-SNAPSHOT.jar server config.yml
  3. To check that your application is running enter url http://localhost:8080

Development

  1. Run mvn clean package to build your application
  2. Start application with java -jar target/dropreact-1-SNAPSHOT.jar server config.yml
  3. Start the development web server with cd src/web && yarn start
  4. Access your application via http://localhost:3000

The react dev webserver will proxy all requests to the dropwizard API server at http://localhost:8080.

About

Example Dropwizard & React application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published