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
npm install
npm start