This is my Three webpack 5 boilerplate using Babel, PostCSS, Sass and Gsap.
Clone this repo and npm install.
npm i
npm start
You can view the development server at localhost:8080
.
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
This project is open source and available under the MIT License.