rubanyukm / MMBOutdoors

2 stars 2 forks source link

React #5

Closed rubanyukm closed 7 months ago

rubanyukm commented 8 months ago

Add React.JS

LouaiKhodary13 commented 8 months ago

start by creating react app There is two ways to create react-app: 1- npm create vite@latest your-project-name-- --template react: cd your-project-name npm install npm run dev 2- npx create-react-app your-project-name: cd your-project-name npm start