https://github.com/dkelosky/math-sheet
https://github.com/dkelosky/math-sheet
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dkelosky/math-sheet
- Owner: dkelosky
- Created: 2024-02-29T21:03:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-05T20:27:18.000Z (7 months ago)
- Last Synced: 2025-04-10T12:03:30.688Z (3 months ago)
- Language: TypeScript
- Size: 70.3 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.