Headache-free boilerplate to get started!
First, clone the repository
Just press on Use This Template button :D
git clone https://github.com/nyan-left/threejs-webpack-typescript-eslint-templateInstall the dependencies
cd threejs-webpack-typescript-eslint-template
npm installYou are now ready to get to work!
The template is a fully-working example, so you may try it right away. You may start up the development server using
npm run devThis starts an HTTP server listening on localhost and open up your default browser.
To make a production build, simply run
npm run buildThis template contains three github actions:
build.yml This runs on every push and creates a production build.
dependabot-auto-pr.yml This auto-approves pull requests generated by dependabot if the above action passes.
release.yml - When creating a new tagged release, will create a production build and push it to gh-pages branch.
Enjoy!