This repo collects all the lesson and learnings from the (ThreeJS journey)[https://threejs-journey.com/] course.
Make to have a NodeJS Version Manager like (fnm)[https://github.com/Schniz/fnm]
- Run
fnm use
. - Run
npm install
.
Run npm run dev
.
NPM Commands | Description |
---|---|
npm run dev | Development mode |
npm run build | Build the project |
npm run lint | Run the lint |
npm run clean | Clean and format code |
npm run fix | Fix the linting issues |