Create projects with javascript
Hello everyone, I wanted to know how I can create a project in JavaScript with this command:
npm create refine-app@latest my-project. Apparently, there is no option to choose the language, and it's generating the project with all different options in TypeScript. I did check the JavaScript documents that lead to here: https://github.com/refinedev/refine/tree/master/examples/with-javascript. But with this, I cannot see various options for choosing styling frameworks and others. It directly generates a CRUD operation project. Can I use any flag with that command to generate a project in JavaScript? Thank you!