- Node.js installed on your machine
- Yarn package manager installed
-
Clone the repository to your local machine:
git clone https://github.com/Gambitier/vite-react-ts-boilerplate.git cd vite-react-ts-boilerplate -
Copy the
.env.samplefile to the same location and rename it to.env:cp .env.sample .env
-
Modify the configurations in the
.envfile according to your environment. -
Install project dependencies:
yarn install
-
Build the project:
yarn run build
-
Start the development server:
yarn run dev
-
Open your browser and navigate to http://localhost:5173 to access the application.