Skip to content

Commit

Permalink
Update practice.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
busal authored Dec 18, 2018
1 parent 45c9ac5 commit 5c9de63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lectures/Lecture6/practice.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"\n",
"npm install --save react react-dom @types/react @types/react-dom\n",
"\n",
"npm install -g webpack\n",
"npm install -g webpack webpack-cli\n",
"```\n",
"\n",
"- Create a Typescript config-file in your project folder of your project called `tsconfig.json` and add the following lines to it. \n",
Expand Down Expand Up @@ -138,7 +138,7 @@
"\n",
"```\n",
"\n",
"- Run the command `webpack -w` in the command line. This command will keep tracking of changes in your `src` folder and build them automatically when your save the changes. Reload the `index.html` in the browser to see the changes. \n",
"- Run the command `webpack -w --mode=development` in the command line. This command will keep tracking of changes in your `src` folder and build them automatically when your save the changes. Reload the `index.html` in the browser to see the changes. \n",
"\n",
"\n",
"# Step 2: Components, props, state and events\n",
Expand Down

0 comments on commit 5c9de63

Please sign in to comment.