Simple Three.js starter
- Parcel.js
- Postprocessing
- SMAA Pass
- Orbit control
- EventEmitter class (used to trigger event)
- Sizes class (used to get resize events and viewport sizes)
- Time class (used to get RAF events)
Download Node.js. Run this followed commands:
# Just be sure that you've got parcel js on you system
npm install -g parcel-bundler
# Install dependencies (only for first time)
npm i
# Serve at localhost:1234
npm run dev
# Build for production in the dist/ directory
npm run build
- Namide for his Starter Website Parcel
If you have some issues while try to build at first time, just check that parceljs(https://parceljs.org/getting_started.html) installed on your system.