Ensure you have the following installed before proceeding:
- Node.js (LTS Version) – Download Here
- npm (Node Package Manager) – Comes with Node.js
After installation, verify the versions using:
node -v
npm -v
Vite is a faster alternative to Create React App (CRA) for modern React projects.
Run the following command in your terminal:
npm create vite@latest my-react-app --template react
Replace
my-react-app
with your preferred project name.
cd my-react-app
npm install
npm run dev
Open http://localhost:5173/ in your browser to see your React app in action!
Contributing is possible via GitHub. Alternatively, you can send in content, content-drafts or content-ideas via Mail: [email protected]