/React-Redux-Basic-Authentication-Flow

An user can successfully sign up and will be navigated to welcome page, existing users can login and navigate to restricted pages

Primary LanguageJavaScript

React-Redux-Basic-Authentication-Flow

An user can successfully sign up and will be navigated to welcome page, existing users can login and navigate to restricted pages

Installation

This webapp requires Node.js to run.

Download and extract the project.

Install the dependencies and start the server.

CLient folder:

$ npm install 
$ npm run start

Server Folder:

$ npm install
$ node index.js 
or nodemon
or npm run dev

Then visit,

alt tag

alt tag

alt tag