Skip to content

davidblitz/fftdivision

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

requires 2 processes which don't necessarily need to use npm:

  • tsc compiler. this can either be run in a terminal, or just let vscode do it magically? vscode way is: shift-cmd-B "run build command" then choose "tsc watch"

  • a webserver with live-reload magic. i like live-server better than some of the other options

npx live-server --watch=build

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.5%
  • Other 0.5%