draw on a grid
Go to file
2023-01-09 16:22:37 -08:00
src typescript support 2023-01-09 16:22:37 -08:00
.gitignore
.prettierrc.yml add new prettier conf file 2023-01-09 14:10:45 -08:00
makefile add caching and hashing 2023-01-09 15:56:03 -08:00
package-lock.json typescript support 2023-01-09 16:22:37 -08:00
package.json typescript support 2023-01-09 16:22:37 -08:00
README.md progress 2023-01-09 14:28:20 -08:00
tsconfig.json typescript support 2023-01-09 16:22:37 -08:00
webpack.config.js typescript support 2023-01-09 16:22:37 -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