Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 463 Bytes

File metadata and controls

11 lines (8 loc) · 463 Bytes

Technigo React Vite Boilerplate

This boilerplate is designed to give you a head start in your React projects, with a focus on understanding the structure and components.

Getting Started

  1. Begin with clicking "Use this template", to create your own repository using this boilerplate.
  2. Clone the repository to your local machine.
  3. Install the required dependencies using npm install.
  4. Start the development server using npm run dev.

Happy coding!