Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dkelosky/math-sheet


https://github.com/dkelosky/math-sheet

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

#

`npx tsc --watch`

Webpack garbage is for later.

## Dev

For now easiest to do `npx tsc --watch` and `npx webpack --watch`. Webpack looks at the lib folder. It should would with webpack alone but is too difficult.

`npx tsc` outputs `*.mjs` files to a `lib` folder. However, we can take `npx webpack` to output files from typescript to `dist` folder.

For now, `lib` folder will not be used.