Hi all,
Is it possible to run cf-create-app with additional parameters for react? I want to be able to follow these steps:
https://create-react-app.dev/docs/adding-typescript/
Ideally I'd want to be able to run cf-create-app MYNAME --library react --template typescript
Regards,
Nico
Hi all,
Is it possible to run
cf-create-appwith additional parameters for react? I want to be able to follow these steps:https://create-react-app.dev/docs/adding-typescript/
Ideally I'd want to be able to run
cf-create-app MYNAME --library react --template typescriptRegards,
Nico