Skip to content

ericadams/full-stack-react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README - Full Stack Group

The Mean Exchange App

References:

To run The Mean Exchange app:

  1. Install repo locally (clone or download)

     $git clone git@github.com:austin-pair-programming/full-stack-react.git
    
  2. Need to have React Tools installed

     $npm install -g react-tools
    
  3. Run JSX transformer to transform JSX in the browser

     $jsx --watch src/ build/
    

FAQs

Please go to the wiki to view general questions about this project.

Syncing Your Fork

First you need to add the austin-pair-programming/full-stack-react repo as an upstream:

git remote add realorigin https://github.com/austin-pair-programming/full-stack-react.git

Once that has been done, fetch the latest code from realorigin:

git fetch realorigin

Once the latest changes have been fetched, you will need to merge them into your forked repo's master branch:

git checkout master
git merge realorigin/master

Provided everything has gone according to plan, push the merged changes to your forked repo's upstream:

git push

About

Full Stack React Code Examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.1%
  • HTML 2.2%
  • Other 0.7%