For beginners

Create ReactJS app

npm i -g create-react-app
create-react-app my-new-app
cd my-new-app
yarn start

Last updated