Answer the question
In order to leave comments, you need to log in
How to install react?
No doubt a stupid question, but still, how to install it? I climbed the links, I didn’t find it in any way, everywhere they write about some kind of create-react-app-master, well, I downloaded it, what’s next? Please step by step.
Answer the question
In order to leave comments, you need to log in
Just like any library. You can connect via cdn, you can connect via npm.
You can use the ready-made boilerplate create-react-app.
I think the following sequence of commands is suitable for you:
npm init react-app my-app
npm run eject
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question