Skip to content

Commit e40a13f

Browse files
committed
chore: update readme
1 parent baf1557 commit e40a13f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# react-typescript-library-template
22

3+
A started template to create a react component / library with Typescript.
4+
35
## Install
46

57
### Github Users
@@ -20,12 +22,7 @@ Install the deps:
2022
yarn install
2123
```
2224

23-
If you want to change or remove some parts of this template, do it before start development.
24-
Once you feel ready, remove the `.git` folder and start a new one:
25-
26-
```
27-
rm -rf .git && git init
28-
```
25+
Once the installation is completed, A prompt will welcome you. Answer those questions and the installer will bootstrap the environment for you.
2926

3027
> You can check if there are any outdated package with [npm-check-updates](https://www.npmjs.com/package/npm-check-updates) tool.
3128

0 commit comments

Comments
 (0)