Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkelosky/math-sheet
https://github.com/dkelosky/math-sheet
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dkelosky/math-sheet
- Owner: dkelosky
- Created: 2024-02-29T21:03:03.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-10-12T19:48:55.000Z (3 months ago)
- Last Synced: 2024-10-19T02:15:11.548Z (3 months ago)
- Language: TypeScript
- Size: 68.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.