/react-redux-jwt-auth

React Redux JWT Authentication & Authorization example

Primary LanguageJavaScript

React Redux JWT Authentication & Authorization example

Back-end project

You can find here : https://github.com/zakaria-elbadri/spring-boot-spring-security-jwt-authentication the back-end project (developed with Spring) for this front-end application.

Set port

.env

PORT=8081

Project setup

In the project directory, you can run:

npm install
# or
yarn install

Compiles and hot-reloads for development

npm start
# or
yarn start

Open http://localhost:8081 to view it in the browser.

The page will reload if you make edits.