Skip to content

EdwardSmart98/tacoVisualiser

Repository files navigation

Three.js Templete

Three.js project setup with webpack, jest and firebase.

A readymade project for three.js in typescript, with built in commands to quickly test, run, and build for quick project setup. made for beginners who want to get working in Three.js immediately.

Prerequisites

Setup

  1. "npm install". Installs npm modules required for the project
  2. (firebase only) firebase init

commands

  • "npm test" runs all jest scripts in the "./ts/tests/" folder; for more information on writing test scripts with jest see https://jestjs.io/
  • "npm run start" locally hosts the project and runs it at localhost:8080. should open automatically in browser.
  • "npm run build" builds the project into a minified index.js and html script in the "dist" folder.
    • (firebase only) and deploys the project to the attached firebase project. to disable open "package.json" and remove "&& firebase deploy" from "build" script.

About

Visualise the tacos being given between the company

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published