Giter VIP home page Giter VIP logo

catchup-06-mern's Introduction

Catchup Session #6

Review Mern

Instructions

Clone to your computer

  • note The $ below means "Type this in the Terminal". When writing the following Terminal commands, ignore the $ and type the rest. You will see people represent the Terminal on sites like Stackoverflow with the $. Repeat. You don't need to type the $. (Don't confuse this $ with the $ from jQuery)

$ git clone [email protected]:kingluddite/catchup-06-MERN.git

Pull down all branches

  • Each of the lessons will be contained inside their own branches. You need to pull down these remote branches to your local machine

  • Use the following two commands to pull remote branches down to your local machine

  • $ git fetch --all

  • $ git pull --all

Checkout branches locally

  • To focus more on the code we will just checkout a branch to work on the next lesson
  • You have access to the repo after the Catchup so you can play around with the code (the best way to learn how to code is.... to code)
  • To checkout a branch just type any of the following to checkout that particular branch
  • To see all your branches you can type $ git branch, (you won't see a list of the branches until you check each one out individually)
  • To break out of the list of branches type q for quit
$ git checkout master
$ git checkout 01-file-structure
$ git checkout 02-boilerplate-packagejson
$ git checkout 03-new-package
$ git checkout 04-express-serverjs
$ git checkout 05-add-react
$ git checkout 06-mongo-stuff
$ git checkout 07-activity-01-solution
$ git checkout 08-express-routes
$ git checkout 09-activity-02-solution
$ git checkout 10-react-data

catchup-06-mern's People

Contributors

kingluddite avatar

Watchers

James Cloos avatar

catchup-06-mern's Issues

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.