Great IDE with plenty of helpful addons for usability:
Atom should be usable from iterm, if it is not, try running this symlink command:
ln -s /Applications/Atom.app/Contents/Resources/app/atom.sh /usr/local/bin/atom
Improved terminal with windowing and much, much more:
Better installer for mac:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update
brew install node
npm install -g create-react-app
create-react-app MY_APP_NAME
cd MY_APP_NAME
npm start
Create a repo on your github:
git init
git remote add origin https://github.com/user/repo.git
git pull origin master
Upload your react app to your github repo:
git add .
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
git commit -m "first commit"
git push --set-upstream origin master
npm install --save jquery
npm install --global surge
npm run build
surge
Declarative routing for React:
https://github.com/ReactTraining/react-router/tree/master/packages/react-router
Common web frame work for web apps:
Simple, easy-to-use window-mover:
https://github.com/onsi/shiftit
Great team-communication tool: