Skip to content

Commit

Permalink
fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
inkognitro committed Jan 27, 2023
1 parent ca5d389 commit 448f39a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 01-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ which is readable for all browsers.
Not only Webpack handles the transpiling, but also supports hot reloading, code splitting and finally the bundling of your
production app. So Webpack takes care of a lot of stuff which makes our life much easier.

Before you start with section 1.1, please make sure you have at least installed Node version 16.16.0.
Otherwise, you might face problems while going through this tutorial.

### 1.1 Installation
With [create-react-app](https://create-react-app.dev) it goes stunningly fast to start a new React project.
The only thing you need todo is to open your console and create a new project folder by executing the command below.
Expand Down

0 comments on commit 448f39a

Please sign in to comment.