Skip to content

hnrqsss/auth-react-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Login React

Usig Redux, Redux-Saga, Reduxsauce, Styled-Components, React-Router-DOM

Run

  1. Clone this project
  2. Extract the project and go through the project folder in your terminal
  3. Install json-server: In your terminal type "npm i -g json-server" and press enter
  4. In your terminal type "json-server --watch db.json --port 3001"
  5. Open another tab in your terminal in the same project folder and run "npm start"