Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.13 KB

README.md

File metadata and controls

57 lines (37 loc) · 1.13 KB

Music Visualizer Tutorial

Three js Music Visualizer With Shaders For Beginners

This is the starter repo and it's based on my Three Webpack boilerplate. Three.js webpack 5 using Babel, PostCSS, Sass and Gsap.

Installation

Clone this repo and npm install.

npm i

Usage

Development server

npm start

You can view the development server at localhost:8080.

Production build

npm run build

Note: Install http-server globally to deploy a simple server.

npm i -g http-server

You can view the deploy by creating a server in dist.

cd dist && http-server

Features

License

This project is open source and available under the MIT License.