We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf1557 commit e40a13fCopy full SHA for e40a13f
README.md
@@ -1,5 +1,7 @@
1
# react-typescript-library-template
2
3
+A started template to create a react component / library with Typescript.
4
+
5
## Install
6
7
### Github Users
@@ -20,12 +22,7 @@ Install the deps:
20
22
yarn install
21
23
```
24
-If you want to change or remove some parts of this template, do it before start development.
-Once you feel ready, remove the `.git` folder and start a new one:
25
-
26
-```
27
-rm -rf .git && git init
28
+Once the installation is completed, A prompt will welcome you. Answer those questions and the installer will bootstrap the environment for you.
29
30
> You can check if there are any outdated package with [npm-check-updates](https://www.npmjs.com/package/npm-check-updates) tool.
31
0 commit comments