Skip to content

leadq/react-router-redux-saga-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-router-redux-saga-boilerplate

This project is created with Create React App and main purpose is start new projects without loosing time for making same structures. Authentication layer will be implemented with fake services. You can simply change fake APIs with real ones, and start to develop your project

  • Redux store and Redux devtools are implemented
  • {public} Login Page,{public} Sign Up Page, {private} Home Page as pages,
  • All private pages are drawing in a Common Layout with optional Header and Footer
  • To add new route, you should open routes.js file and add new route here. You can check homePage's attributes

To install packages

npm install

To Run Dev Server and App

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published