draw on a grid
Go to file
2023-01-09 14:56:10 -08:00
src sass support 2023-01-09 14:35:07 -08:00
static sass support 2023-01-09 14:35:07 -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 sass support 2023-01-09 14:35:07 -08:00
package-lock.json sass support 2023-01-09 14:35:07 -08:00
package.json sass support 2023-01-09 14:35:07 -08:00
README.md progress 2023-01-09 14:28:20 -08:00
webpack.config.js css and image support 2023-01-09 14:56:10 -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