draw on a grid
Go to file
2023-01-09 15:23:16 -08:00
src bundling and html-webpack-plugin 2023-01-09 15:13:06 -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 use prod mode, remove module bundle 2023-01-09 15:20:36 -08:00
package-lock.json bundling and html-webpack-plugin 2023-01-09 15:13:06 -08:00
package.json bundling and html-webpack-plugin 2023-01-09 15:13:06 -08:00
README.md progress 2023-01-09 14:28:20 -08:00
webpack.config.js add source maps 2023-01-09 15:23:16 -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