Skip to content

web-dev-lib/simple-crud-jwt-spring

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple spring and react app, this developer version for testing,

Run app

Clone repository, install dependencies in freontend folder npm install, and run app npm run start in port 3000.

Deploy app

If you want deploy this app e.g. in Heroku you have to make production version of React app npm run build, and put this bundle in static folder in your spring app. Remember that before build app remove proxy from package.json, becaouse app will be hosted on spring port (8081 not in client port 3000)

About

Simple authentication with jwt token spring and react app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 62.6%
  • Java 34.7%
  • HTML 1.7%
  • Other 1.0%