Skip to content

Anifyuli/learn-react

Repository files navigation

Learn React

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.

Requirements

Before you begin, make sure you have:

  1. Node.js (recommended version >=14)
  2. NPM, Yarn, or PNPM for dependency management.

How to Run the Project

Follow these steps to install and run the project locally:

1. Clone this repository

git clone https://github.com/Anifyuli/learn-react.git
cd learn-react

2. Install dependencies

If using npm:

npm install

If using yarn:

yarn

If using pnpm

pnpm install

3. Run the application

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.

4. Build for production

To create a production build: If using npm:

npm run build

If using yarn:

yarn build

If using pnpm:

pnpm dev

5. Preview the build

To preview the build: If using npm:

npm run preview

If using yarn:

yarn preview

If using pnpm:

pnpm preview

Key Dependencies

  • React
  • Lucide Icons
  • Tailwind CSS

Development Dependencies

  • Vite
  • ESLint

For more detailed dependency information, check the package.json.

License

This project uses the MIT License.

About

Learn React (college tasks)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published