Giter Club home page Giter Club logo

fitness-tracker-client's Introduction

Boilerplate

Commands to add this boilerplate to your own github repository:

  • Clone this repository
  • Navigate into the project and open it in VScode
  • Navigate to your GitHub page and create a new repository called "boilerplate"
  • Copy the SSH from the top of the GitHub page, it will look similar to this: [email protected]:studentName/boilerplate.git
  • Navigate back to your open VScode and confirm that your terminal is at the correct location, which should be inside of the cloned repo
  • In your terminal type in git remote -v - you should see something similar to this: origin [email protected]:laurxnemeth/boilerplate.git (fetch)
  • Next, we are going to switch the origin from my GitHub to your own GitHub by running the following command in your terminal:
  • git remote set-url origin (paste the SSH that we copied in step 4) ex: git remote set-url origin [email protected]:studentName/boilerplate.git
  • Since we have updated the origin of the code to be the GitHub repo that we created on our personal accounts. We now want to push the code up to GitHub with the git push command. (if you refresh your GitHub, you should now see the starter code in the GitHub repo that you just created)

How to turn that repo into a template:

  • Go into the settings of your boilerplate github repository
  • In General, right under your Repository Name, click the box that says Template repository
  • Now, whenever you want to base your new repository on the boilerplate's starting point, you can navigate to the repository and choose to "Use this template"

fitness-tracker-client's People

Contributors

hawkishpolicy avatar polynoodle94 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.