- Navigate to folder /1-basic-react
- NPM install
- NPM run dev
- Navigate to localhost:8080
Time stamps from YouTube video
- 0:50 Babel overview
- 1:29 Webpack config
- 2:37 NPM install
- 3:13 Looking at client.js & breaking down React
- 5:45 Serving content from file
- 6:18 Live reload w/ npm install -S webpack-dev-server
- 7:10 webpack dev server --content-base src
- 7:55 --Inline --hot (live reload)
- 8:30 Creating a "dev" command in NPM