readme updates

This commit is contained in:
Michael Peters 2023-01-09 17:46:49 -08:00
parent 55a679e219
commit 01622e8606

View File

@ -8,8 +8,11 @@ Includes Support For
- [x] SASS Imports - [x] SASS Imports
- [x] React - [x] React
# Getting Started Webpack Guide: ## Getting Started Webpack Guide:
https://webpack.js.org/guides/getting-started/ https://webpack.js.org/guides/getting-started/
# Development Server ## Installation
`python -m http.server 8700` `npm install`
## Launch Scripts
See `makefile`