npm install npm run serve
-->
'main.js' is a combination of all jsx files in the 'src' folder PLUS all dependencies we installed using npm. (note: it's a huge file!!)
Create app.jsx - this is where element instance will be created and rendered using options For example,
How to create other jsx files:
- "var React = require('react');" should be the first line in all jsx files
- Specify all component dependencies
- Create a class using React and save it to module.exports: