Skip to content

Commit 723f30e

Browse files
committed
Update index readme
1 parent f5998d7 commit 723f30e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Welcome to my modern JavaScript stack tutorial: **JavaScript Stack from Scratch*
1414

1515
This is a minimalistic and straight to the point guide to assembling a JavaScript stack. It teaches you how to set up **ES6, Babel, Gulp, ESLint, React, Redux, Webpack, Immutable, Mocha, Chai, Sinon, and Flow**. It requires some general programming knowledge, and JavaScript basics. **It focuses on wiring all these tools together** and giving you the **simplest possible context** for each tool. You can see this tutorial as *a way to write your own boilerplate from scratch*.
1616

17-
Since the goal of this tutorial is to assemble various tools, I do not go into details about how these tools work individually. Refer to their documentation or find other tutorials if you want to acquire deeper knowledge with them.
17+
Since the goal of this tutorial is to assemble various tools, I do not go into details about how these tools work individually. Refer to their documentation or find other tutorials if you want to acquire deeper knowledge in them.
1818

19-
A big chunk of the stack described in this tutorial uses React. A lot of React tutorials completely skip the setup part, which makes newcomers build their learning on weak foundations. Instead of giving beginners a "black box" configuration, the approach I'm taking here is to teach the foundations in the simplest possible way, for a deeper understanding.
19+
A big chunk of the stack described in this tutorial uses React. A lot of React tutorials completely skip the setup part, which makes newcomers build their learning on weak foundations. Instead of giving beginners a "black box" configuration, the approach I'm taking here is to set up the foundations in the simplest possible way, for a thorough understanding.
2020

21-
Code examples are available for each section, and you can run them all with `npm install && npm start` (see section 1). I recommend writing everything from scratch yourself by following the **step-by-step instructions** of each chapter.
21+
Code examples are available for each section, and you can run them all with `npm install && npm start`. I recommend writing everything from scratch yourself by following the **step-by-step instructions** of each chapter.
2222

2323
[1 - Node, NPM, and package.json](/tutorial/1-npm-and-package-json)
2424

0 commit comments

Comments
 (0)