Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 710 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 710 Bytes

Project Details

This project contains learning for React.js, Redux, Redux Middleware Saga. For detailed understanding on concepts, please refer code and my learning notes

Before starting

Copy paste BasicComponent.html to any notepad file and see various examles. It will help u understand HTML,CSS,Javascript, JSX and from there take you to React.js concepts. Uncomment and comment exmaples one by one and check in browser

Starting the application

  • npm install
  • npm start
  • Check project running in localhost:3000