VITE-R3F-BOILERPLATE
Built with the tools and technologies:
โโโ vite-r3f-boilerplate/
โโโ README.md
โโโ eslint.config.js
โโโ index.html
โโโ package.json
โโโ postcss.config.js
โโโ public
โ โโโ vite.svg
โโโ src
โ โโโ App.tsx
โ โโโ index.css
โ โโโ main.tsx
โ โโโ pages
โ โโโ vite-env.d.ts
โโโ tailwind.config.js
โโโ tsconfig.app.json
โโโ tsconfig.json
โโโ tsconfig.node.json
โโโ vite.config.ts
โโโ yarn.lock
File |
---|
postcss.config.js |
tsconfig.node.json |
tsconfig.json |
tailwind.config.js |
tsconfig.app.json |
package.json |
vite.config.ts |
index.html |
eslint.config.js |
File |
---|
index.tsx |
Build the project from source:
Clone the vite-r3f-boilerplate repository:
โฏ git clone https://github.com/Gianluska/vite-r3f-boilerplate
Navigate to the project directory:
โฏ cd vite-r3f-boilerplate
Install the required dependencies:
โฏ yarn install
To run the project, execute the following command:
โฏ yarn dev
Contributions are welcome! Here are several ways you can contribute:
vite-r3f-boilerplate
project.git clone https://github.com/Gianluska/vite-r3f-boilerplate
git checkout -b new-feature-x
git commit -m 'Implemented new feature x.'
git push origin new-feature-x