draw on a grid
Go to file
Michael Peters c1c1523599 progress
2023-01-09 14:28:20 -08:00
src fix prettier config 2023-01-09 14:10:05 -08:00
static add config file, bundle.js instead of main.js 2023-01-09 14:22:08 -08:00
.gitignore distributable folder 2023-01-09 12:58:06 -08:00
.prettierrc.yml add new prettier conf file 2023-01-09 14:10:45 -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 progress 2023-01-09 14:28:20 -08:00
webpack.config.js add config file, bundle.js instead of main.js 2023-01-09 14:22:08 -08:00

Template Webpack Starting Project

Will (eventually) include support for

  • HTML
  • Module Imports
  • TypeScript
  • React
  • SASS
  • SASS Imports

Getting Started Webpack Guide:

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

Development Server

python -m http.server 8700