Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 558 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 558 Bytes

Full Stack Dev Sprint Reference Repository

  • This is the main branch, is just a basic created app with one button in the middle. It has Material UI setup, however, I recommend not using it but you may if you want.
  • The guided/day1 branch has guided code you will need to follow along with the presentation. You may use this to start building your project. To switch to that branch, run this command:
    git checkout guided/day1
    
  • The client folder has the frontend base code for React JS, and the server has the backend base code for Node JS.