draw on a grid
Go to file
Michael Peters 4b564c6b50 dark mode
2023-01-09 14:02:15 -08:00
src build using webpack 2023-01-09 13:36:58 -08:00
static dark mode 2023-01-09 14:02:15 -08:00
.gitignore distributable folder 2023-01-09 12:58:06 -08:00
makefile build using webpack 2023-01-09 13:36:58 -08:00
package-lock.json basic (non-webpack) site 2023-01-09 12:51:11 -08:00
package.json private for no publish 2023-01-09 12:52:48 -08:00
README.md use a module manually 2023-01-09 13:27:17 -08:00

Template Webpack Starting Project

Will (eventually) include support for

  • HTML
  • ESM
  • TypeScript
  • React
  • SASS
  • SASS Imports

Getting Started Webpack Guide:

https://webpack.js.org/guides/getting-started/

Development Server

python -m http.server 8700