Skip to content

Instantly share code, notes, and snippets.

@crazypixel
Last active June 17, 2017 20:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crazypixel/f0baeda5158f9cf1c93d00b2f5653441 to your computer and use it in GitHub Desktop.
Save crazypixel/f0baeda5158f9cf1c93d00b2f5653441 to your computer and use it in GitHub Desktop.
http://bit.ly/500course
ES2015 Playground - http://mikelambert.me/es6/
Course PPT - https://www.slideshare.net/secret/83Amj6pr7ExOrb
Cheatsheet - https://ihatetomatoes.net/wp-content/uploads/2017/01/react-cheat-sheet.pdf
First use git
git config --global user.name "Mona Lisa"
git config --global user.email "foo@bar.com"
git stash -u
Open Git:
Start -> Git -> Git Bash
> cd react-redux-course
> git checkout master -f
> npm start
Open Chrome
-> http://localhost:3000
PERSONAL LAPTOP:
git clone https://github.com/500tech/react-redux-course.git
cd react-redux-course
npm install
npm start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment