webpack-base/README.md
2023-01-09 17:48:27 -08:00

23 lines
369 B
Markdown

# Template Webpack Starting Project
Includes Support For
- [x] HTML
- [x] Module Imports
- [x] TypeScript
- [x] SASS
- [x] SASS Imports
- [x] Image Imports
- [x] React
## Getting Started Webpack Guide:
https://webpack.js.org/guides/getting-started/
## Installation
`npm install`
## Launch Scripts
See `makefile`
## Compilation
`make build` will compile to `dist/`