Skip to content

Docs for a preview course on full-stack Javascript with Meteor and React

Notifications You must be signed in to change notification settings

CodeChron/fullstack-js-preview-docs

Repository files navigation

Preview of Full-stack Web Development with Meteor and React

In this tutorial, we’re going to build a web app using using Meteor and React. This will be a simplified version of a more advanced app we'll build in a two-day workshop on full-stack web development with Meteor and React.

The app we'll build

Finished version of the app

##Prerequisites

  • Basic knowledge of HTML, JavaScript, and use of a command line terminal.
  • A laptop with a code editor of your choice. We’ll be using Sublime Text.
  • Be sure to install Meteor. We’ll be using Mac OSX. However, Meteor is available for Windows and Linux as well.

Getting Started

Each step in the tutorial has a corresponding branch in the github repo. I highly recommend that you create the app on your own, but if you should get stuck, you can always check out the branch from the previous step to get caught up.

Getting caught up using git branches.

  1. Clone the tutorial: git clone git@github.com:CodeChron/fullstack-js-preview.git
  2. Cd into the tutorial project: cd dir name
  3. Pull down all branches: git fetch --all
  4. View available branches: git branch -a
  5. Check out a specific branch: git checkout origin/[branchname] eg git checkout origin/setup

About

Docs for a preview course on full-stack Javascript with Meteor and React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published