React / Redux JWT auth example
React and Redux JWT Authentication sample
Make sure you’ve installed Node.js 8.6.0
Install the app dependencies:yarn
Install the backend:
https://github.com/ialexey/react-login-backend
(optional) Configure backend location atsrc/stores/login/form/config/config.ts
.
Default backend location is http://127.0.0.1:3000
Start the dev server:yarn start
The server will start at http://localhost:8080/