From 444cc79f316fd9aad146931f0f85c2e75a576426 Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Sun, 21 Jul 2024 13:07:29 -0700 Subject: [PATCH] update readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b5f991d..d79df77 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,19 @@ # Template Webpack Starting Project -Includes Support For +Includes Packages For - [x] HTML - [x] Module Imports - [x] TypeScript +- [x] JSX/TSX - [x] SASS - [x] SASS Imports - [x] Image Imports - [x] React +- [x] Jotai + +Includes Developer Setup For +- [x] Prettier +- [x] Eslint ## Getting Started Webpack Guide: https://webpack.js.org/guides/getting-started/