update readme

This commit is contained in:
Michael Peters 2024-07-21 13:07:29 -07:00
parent d013d7d5a1
commit 444cc79f31

View File

@ -1,13 +1,19 @@
# Template Webpack Starting Project # Template Webpack Starting Project
Includes Support For Includes Packages For
- [x] HTML - [x] HTML
- [x] Module Imports - [x] Module Imports
- [x] TypeScript - [x] TypeScript
- [x] JSX/TSX
- [x] SASS - [x] SASS
- [x] SASS Imports - [x] SASS Imports
- [x] Image Imports - [x] Image Imports
- [x] React - [x] React
- [x] Jotai
Includes Developer Setup For
- [x] Prettier
- [x] Eslint
## Getting Started Webpack Guide: ## Getting Started Webpack Guide:
https://webpack.js.org/guides/getting-started/ https://webpack.js.org/guides/getting-started/