Commit 61f2e607 authored by Uğur Yıldırım's avatar Uğur Yıldırım
Browse files

Update README.md

parent 1b96cc70
Showing with 1 addition and 2 deletions
+1 -2
......@@ -65,8 +65,8 @@ As a side note: The distribution folder will be everything you need to publish y
The created file should have the following content:
dist/index.html
<!DOCTYPE html>
```html
<!DOCTYPE html>
<html>
<head>
<title>The Minimal React Webpack Babel Setup</title>
......@@ -97,7 +97,6 @@ npm config set proxy http://user:pass@proxy.company.tr:8080
npm config set https-proxy http://user:pass@proxy.company.tr:8080
npm config set strict-ssl false
npm install --save-dev webpack webpack-dev-server webpack-cli
```
Now you should have a node_modules folder where you can find your third party dependencies. The dependencies will be listed in the package.json file as well, since you used the –save-dev flag. Your folder structure should look like the following by now:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment