The OHZI Boilerplate is a production-ready template for building high-performance, interactive web experiences using WebGL and WebGPU. It serves as a complete starting point for developers who want to create visually stunning and performant web applications with modern 3D graphics capabilities.
This boilerplate is built and maintained by OHZI Interactive Studio, combining battle-tested libraries and best practices to jumpstart your next web project.
More info in docs/intro.md
Before you begin, ensure you have met the following requirements:
- You have installed the following version of
- Node.js:
20.x.x - Git:
2.x.x - Yarn:
1.22.x
- Node.js:
To install boilerplate, follow these steps:
- Clone the repository.
- Navigate to the project directory.
- Install the dependencies:
yarn install
To use boilerplate, follow these steps:
- Start the application:
yarn start - Navigate to: http://localhost:1234
To build boilerplate, follow these steps:
- Build the application:
yarn build - You'll find the built project on
distfolder.
The resulting build is a standalone web app with static HTML, CSS, Javascript, and Assets files.
If you want to contact us you can reach us at support@ohzi.io.
This project uses the following license: MIT.