Skip to content

Quick example of how to setup a simple regl and typescript project

Notifications You must be signed in to change notification settings

stevekane/regl-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Repo's purpose This repo illustrates a simple way to get started with regl and typescript.

#How this repo was created

  1. npm install --save-dev browserify tsify typescript budo
  2. npm install --save regl
  3. Create src folder and main index.ts file
  4. Add script to package.json to run budo watch server: budo src/index.ts -d --live -- -p tsify
  5. Run your budo watch server using npm run watch

That's it!

About

Quick example of how to setup a simple regl and typescript project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published