This project is a simple setup to learn React JS, built using Vite. It focuses on the basics of modern React development with an efficient and lightweight setup.
Before you begin, make sure you have:
- Node.js (recommended version >=14)
- NPM, Yarn, or PNPM for dependency management.
Follow these steps to install and run the project locally:
git clone https://github.com/Anifyuli/learn-react.git
cd learn-react
If using npm:
npm install
If using yarn:
yarn
If using pnpm
pnpm install
To run the project in development mode: If using npm:
npm run dev
If using yarn:
yarn dev
If using pnpm:
pnpm dev
The app will run at http://localhost:3000
.
To create a production build: If using npm:
npm run build
If using yarn:
yarn build
If using pnpm:
pnpm dev
To preview the build: If using npm:
npm run preview
If using yarn:
yarn preview
If using pnpm:
pnpm preview
- React
- Lucide Icons
- Tailwind CSS
- Vite
- ESLint
For more detailed dependency information, check the package.json.
This project uses the MIT License.