wesley-moody / Front-End

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Front-End

Instructions - PLEASE READ THIS BEFORE YOU START WORKING.

  • Clone this repository. There is no need to fork.
  • cd into the how-to-app directory
  • Create your own branch and work off of that branch
  • Run yarn install to download dependencies.
  • Still inside the how-to-app directory run yarn start to run the react application.

Best Practices

  • Try not to work on the same file at the same time someone else is doing so to prevent merge conflicts. Merge conflicts are not fun.
  • If you must work on the same file at the same time, please utilize Live Share. Live Share can be doenloaded through the Extensions tab in VS Code. For more information on Liver Share, please visit: https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare-pack.
  • DO NOT merge your own code.
  • Whenever any pull request is merged with master, everyone should pull at the same time to their local local directories to prevent any future merge conflicts.

About

License:MIT License


Languages

Language:JavaScript 72.3%Language:HTML 19.9%Language:CSS 7.8%