Dose anyone know what you do first to use the React framework, I completed challange on code pen and it uses babel-JS by default but thats not even doing anything in this case. I already installed node and I`m using LYNX mint.
Hi @robheyays,
There are a wide variety of tutorials online that will walk you through setting up a React project locally along with whatever your favorite Backend language is.
1 Like
I would recommend using Vite (for SPAs at least).
npm create vite@latest
If you need a meta framework the React docs lists the most commonly used.
Ok, I can now get started.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.