SLIDES: https://docs.google.com/presentation/d/1FzKNpnLRTTAYIBDcSstb15DnbKVQphybIEaJjt2L10w
$ npm checkout dev # to follow workshop
or
$ npm checkout master # to see latest working code
$ npm install
$ npm run dev
Go to localhost:4001
webpack-dev-serverfor React runs on 4001, which enables hot-reloading
backend node server runs on 4000
$ npm run build
$ npm start
Go to <server_name>:4000
builds
bundle.jsfor production
backend node server runs on 4000
