This is the starter code for the Introduction to React workshop taught by Justin Estaris
The goal of the workshop is to teach the member the following concepts:
-
Single Page Applications vs Multi Page Applications
-
Arrow Functions
-
Building Components
-
What and Why use React
-
Download node.js from https://nodejs.org/en/
-
Run npm install in the command terminal in the extracted folder
-
Run npm start in the command terminal to run the project
-
Look at wiki for the challenges and solution