i am very new to React and Remix. I wrote my command like % npx create-remix@latest
but i was expecting that it is gonna ask me that i want typescript or javascript. But it never asks. I just know javascript and react.
I expect to have a solution
2
Answers
This will create a default starter app using TypeScript.
If you want to create a Remix Javascript app, use the javascript template:
Source: https://thevalleyofcode.com/remix/1-create-your-first-remix-app
You can see in this article that there are also other templates which can be used
From Remix documentation on templates and stacks: