React.js workshop. Self contained, one-day workshop covering the basics. Please follow all of these instructions before attending the workshop.
- Node.js ^4.6.0 LTS
- Git ^2.10.0
- Bash Console; examples cmdr on Windows or iTerm on OSX
- Favorite Editor; examples WebStorm(paid) or Atom(free)
- Clone Git repo: https://github.com/andrew-codes/connect.tech-react-workshop
cd connect.tech-react-workshop && npm install
Windows users will need the following software in order to run npm install
properly. This is primarily due to jsdom; used for testing.
- Python 2.7
- Visual Studio 2015 (or 2012) with C++
npm config set msvs_version 2015 --global
where 2015 is either 2015 or 2012 depending on which you have installed.cd connect.tech-react-workshop && npm install