Skip to content

Masaknd/r3f_boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors