Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1008 Bytes

File metadata and controls

42 lines (29 loc) · 1008 Bytes

ReactJS Typescript Authentication example with Hooks, Axios and Rest API

Build React Typescript Authentication and Authorization example using React Hooks, React Router, Axios and Bootstrap (without Redux):

  • JWT Authentication Flow for User Signup & User Login
  • Project Structure for React Typescript Authentication (without Redux) with React Router & Axios
  • Creating React Components with Form Validation using Formik and Yup
  • React Typescript Components for accessing protected Resources (Authorization)
  • Dynamic Navigation Bar in React Typescript App

This project was bootstrapped with Create React App.

Set port

.env

PORT=8081

Project setup

In the project directory, you can run:

npm install
# or
yarn install

or

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.