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 9d608db commit 24b6210Copy full SHA for 24b6210
README.md
@@ -1,6 +1,6 @@
1
# Create React App for TanStack Router
2
3
-This CLI applications builds Tanstack Router applications that are the functional equivalent of [Create React App](https://create-react-app.dev/).
+This CLI application builds Tanstack Router applications that are the functional equivalent of [Create React App](https://create-react-app.dev/).
4
5
To help accelerate the migration away from `create-react-app` we created the `create-tsrouter-app` CLI which is a plug-n-play replacement for CRA.
6
templates/react/base/_dot_gitignore
@@ -3,3 +3,5 @@ node_modules
dist
dist-ssr
*.local
+.output
7
+.vinxi
0 commit comments