beta.blog

deno: create a React app

by on Jul.29, 2022, under News

Under macOS we can install deno as follows:

brew install deno

After that we need the experimental create-react-app package, which acts as a substitution to npx create-react-app:

deno install -A –unstable -n deno-create-react-app https://deno.land/x/create_react_app/mod.ts

deno-create-react-app init my-app

cd my-app

deno-create-react-app run

Voila! Our React app is up and running.


Leave a Reply

*

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!