visiky / daily-fragment

日常零碎代码积累(write with TypeScript)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Start

git clone [repository_url]

npm i
npm run debug-browser / npm run start
  1. write your [path].ts in debug-dev,
  2. then visit localhost:8027#[path]
  • http://localhost:8027/Three.js.html
  1. or you can import the ts-file in index.ts, like
import './chapter3_simple_threejs.ts';

then visit the localhost:8027

About

日常零碎代码积累(write with TypeScript)


Languages

Language:JavaScript 91.5%Language:TypeScript 6.5%Language:CSS 1.3%Language:HTML 0.5%Language:GLSL 0.1%Language:Shell 0.1%