Skip to content

Commit 9a56c18

Browse files
committed
docs: adjust file format for local testing
1 parent 259ba5d commit 9a56c18

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Eslint rules are commented for your convenience feel free to tweak or remove the
8888
To test the output of your template locally run
8989

9090
```bash
91-
npx create-react-app my-app --template file:/\path\to\file
91+
npx create-react-app my-app --template file:./cra-template-typescript-redux
9292
```
9393

9494
## How to create custom Create React App (CRA) templates
@@ -101,10 +101,6 @@ I created a step by step guide on how to create your own templates.
101101

102102
[View on dev.to](https://dev.to/alexandrg/how-to-create-custom-create-react-app-cra-templates-3nca)
103103

104-
## My other templates
105-
106-
[A light weight Create React App template with Recoil for state management](https://github.com/alexandr-g/cra-template-recoil)
107-
108104
## Thank you
109105

110106
I hope this template will be helpful for you and you will love using it 🖤

0 commit comments

Comments
 (0)