File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ Eslint rules are commented for your convenience feel free to tweak or remove the
8888To test the output of your template locally run
8989
9090``` bash
91- npx create-react-app my-app --template file:/ \p ath \t o \f ile
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
110106I hope this template will be helpful for you and you will love using it 🖤
You can’t perform that action at this time.
0 commit comments