Skip to content

Commit 9550708

Browse files
author
RoxanaDev
committed
Update the README file
1 parent 74331bc commit 9550708

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Welcome to my "Get Started" series!
44

55
In this repository I am going to build the minimum settings to get started with TypeScript, Express and React.
66

7+
My motivation for this repository is to understand how the most basic things are being setup. I know today we have plenty of projects we can just npm install, and would work without any kind of problem. When I install a bunch of stuff, if something doe not work as expected I usually feel I need to dig in to much, so I decided to create this together with all the problems I run into, this way I and other learn how to deal with those annoying installation problems.
8+
Another point is that most of us really setup a project once in a while, and then we forget those really simple stuff.
9+
10+
Feedback is welcome, and other kind of problems are welcome to be documented.
11+
712
# Getting started
813

914
`npm init` - This will create package.json file which is very important for any JS project. Just accept all the defaults, and we will change them later.
@@ -330,3 +335,5 @@ You can observe the changes in the index.tsx file, where I added the `App.tsx` w
330335

331336
# You are now ready to go!
332337

338+
As usual big thanks to https://www.typescriptlang.org/docs/handbook/react-&-webpack.html for making this post! I always use it as my base for setting up a TypeScript & React project.
339+

0 commit comments

Comments
 (0)