Skip to content

Gambitier/vite-react-ts-boilerplate

Repository files navigation

Usage

Prerequisites

  • Node.js installed on your machine
  • Yarn package manager installed

Getting Started

  1. Clone the repository to your local machine:

    git clone https://github.com/Gambitier/vite-react-ts-boilerplate.git
    cd vite-react-ts-boilerplate
  2. Copy the .env.sample file to the same location and rename it to .env:

    cp .env.sample .env
  3. Modify the configurations in the .env file according to your environment.

  4. Install project dependencies:

    yarn install
  5. Build the project:

    yarn run build
  6. Start the development server:

    yarn run dev
  7. Open your browser and navigate to http://localhost:5173 to access the application.