Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 1.27 KB

README.md

File metadata and controls

15 lines (13 loc) · 1.27 KB

What Do I Need To Know

  • We will be using React-Redux for this particular scenario
  • Worth to understand the basic components of a web page namely : Javascript, Cascading Style Sheets and HTML
  • Akmal will build templates and common components such as navbar, sidebar, and footer if required
  • Redux is a state management, not necessarily needed but might as well in case of expansion
  • For reference you can visit : https://reactjs.org/docs/getting-started.html

  • How to start


  • For linux users use yarn
  • Windows use Visual Studio and install yarn through chocolatey or scoop

  • https://chocolatey.org
    Fun fact, this readme is written in HTML, you can take a look at the file to understand using tags


    Housekeeping

  • There will be two main branches, namely master and staging
  • Master will be production branch
  • For every new feature and pages, please branch from staging and raise pull request to be merge to staging
  • Staging will host the components required for each page;

  • If you require a custom component, create a branch name with the prefix component/$component_name and proceed to create the components