Reactathon
Repository contains code and examples for the Reactathon react training
Pre Training Set Up
Required:
-
Create a Github Account
-
Install Git
-
Install Node: (https://nodejs.org/en/) -- Node needs to be above > 6.0 so if you have an earlier edition you can upgrade with the installer.
-
Install Yarn with npm (node installation should have installed npm):
npm install -g yarn
-
To test out your installation you can check out the sample client code and follow the read me instructions to run it:
-
JavaScript IDE
You can use any JavaScript IDE or Editor you want but for this training/hackathon I will HIGHLY recommend you get the trial version of WebStorm Download Here.
WebStorm is JetBrain's (creators of IntelliJ IDEA) JavaScript IDE. If you already have IntelliJ IDEA it also has the majority of WebStorms features already built in.
Other common very good JavaScripts IDEs: Visual Studio Code, Atom, Sublime Text.
If you have a favorite use that, if you don't try WebStorm.
-
React Dev tools for chrome (https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en)
-
Java JDK (http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)