We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 530f5af commit 915bb77Copy full SHA for 915bb77
1-basic-react/README.md
@@ -0,0 +1,17 @@
1
+## Instructions to run
2
+1. Navigate to folder */1-basic-react*
3
+2. *NPM install*
4
+3. *NPM run dev*
5
+4. Navigate to localhost:8080
6
+
7
+## Time stamps from [YouTube video](https://www.youtube.com/watch?v=MhkGQAoc7bc)
8
+* 0:50 Babel overview
9
+* 1:29 Webpack config
10
+* 2:37 NPM install
11
+* 3:13 Looking at client.js & breaking down React
12
+* 5:45 Serving content from file
13
+* 6:18 Live reload w/ npm install -S webpack-dev-server
14
+* 7:10 webpack dev server --content-base src
15
+* 7:55 --Inline --hot (live reload)
16
+* 8:30 Creating a "dev" command in NPM
17
0 commit comments