Secret-Family-Recipes-Cookbook-3 / front-end

Front End with React

Home Page:https://front-end-amber.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

front-end

Front End with React

Task 1: Set up the git project

  • Create a forked copy of this project.
  • Add your team lead as collaborator on Github.
  • Clone your OWN version of the repository.
  • Create a new branch: git checkout -b .
  • Implement the project on your newly created branch, committing changes regularly.
  • Push commits: git push origin .

Task: Run the app

  • NOTE You have 2 servers that you will be running here so read these instructions carefully.

  • In the root of this directory: yarn or npm install to download dependencies.

  • Run the server using yarn or npm start

  • In a separate terminal cd into the client folder and run yarn install to download dependencies.

  • Still inside the client folder run yarn or npm start to run the client application.

  • Once your application is up and running on the client, you should see a browser window that looks like this at localhost:3000

task 3: Add your changes using the file on the left.

Follow these steps for completing your project.

  • Submit a Pull-Request to merge Branch into master.
  • Don't merge your own pull request
  • Add your team lead as a reviewer on the pull-request
  • Your team lead will count the project as complete by merging the branch back into master.

About

Front End with React

https://front-end-amber.now.sh

License:MIT License


Languages

Language:JavaScript 89.9%Language:CSS 5.5%Language:HTML 4.6%