Skip to content

hellsgor/react-hooks-minin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Hooks

Study React Hooks

As a training material - video React Hooks - Full Course (about all hooks in 1 video!) from Vladilen Minin

Demo

You can see the assembled project at the link https://hellsgor.github.io/react-hooks-minin/

Running the Project

  1. Ensure you have Node.js installed (version used during development was 20.11.0).
  2. Install dependencies by running: npm install.
  3. Start the project in development mode with: npm run dev. This will start a local development server. Open your browser and navigate to http:https://localhost:5173/ to see the result.
  4. To build the project for production, run: npm run build. The built files will be located in the /dist directory.
  5. To preview the built project, use: npm run preview. This will start a local server for previewing the built project.

About template

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available: