Template webpack repository with support for TypeScript, SASS, File Imports, and React.
Go to file Use this template
2023-01-09 12:51:11 -08:00
src basic (non-webpack) site 2023-01-09 12:51:11 -08:00
.gitignore basic (non-webpack) site 2023-01-09 12:51:11 -08:00
index.html basic (non-webpack) site 2023-01-09 12:51:11 -08:00
package-lock.json basic (non-webpack) site 2023-01-09 12:51:11 -08:00
package.json basic (non-webpack) site 2023-01-09 12:51:11 -08:00
README.md basic (non-webpack) site 2023-01-09 12:51:11 -08:00

Template Webpack Starting Project

Will include support for

  • HTML
  • ESM
  • TypeScript
  • React
  • SASS
  • SASS Imports

Development Server

python -m http.server 8700