Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions 0-starter/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Instructions to run
1. Navigate to folder */1-basic-react*
2. *NPM install*
3. *NPM run dev*
4. Navigate to localhost:8080

## Time stamps from [YouTube video](https://www.youtube.com/watch?v=MhkGQAoc7bc)
* 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

Loading