draw on a grid
Go to file
2023-01-09 16:44:13 -08:00
src react support 2023-01-09 16:44:13 -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 add caching and hashing 2023-01-09 15:56:03 -08:00
package-lock.json react support 2023-01-09 16:44:13 -08:00
package.json react support 2023-01-09 16:44:13 -08:00
README.md react support 2023-01-09 16:44:13 -08:00
tsconfig.json react support 2023-01-09 16:44:13 -08:00
webpack.config.js react support 2023-01-09 16:44:13 -08:00

Template Webpack Starting Project

Includes Support For

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

Getting Started Webpack Guide:

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

Development Server

python -m http.server 8700