Masaknd / r3f_boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Three Fiber boilerplate

Threejs  React  WebGL  Green Sock  JavaScript   CSS3  HTML5

Description

R3F boilerplate for 3D graphics websites The file system consists of jsx / js, HTML and CSS for the main structure. Shader files (glsl) can be contained in 'shaders' folder to export to each component files.

Getting Started

  1. Clone this repository using git clone --depth=1 https://github.com/Masaknd/r3f-boilerplate.git <YOUR_PROJECT_NAME>
  2. Move to the newly created directory: cd <YOUR_PROJECT_NAME>

Dependencies

  • To use pnpm or yarn, change "npm" in package.json > scripts to "pnpm".

    Installing

    install node modules
    npm install

    Executing program

    Development mode npm dev

    Build mode npm build

First commit

After cloning to start this repository from your own 'Initial commit' you can completely remove the existing git information by doing the following:

  1. rm -rf .git this will remove the git information for the repository
  2. git init this will start the repository with no history from the current state

Help

No specification

Authors

Masaknd: @Masaknd_dsgn

About


Languages

Language:JavaScript 67.2%Language:CSS 17.2%Language:GLSL 8.3%Language:HTML 7.2%