2023-01-10 01:47:09 +00:00
|
|
|
# Template Webpack Starting Project
|
2023-01-09 20:51:11 +00:00
|
|
|
|
2023-01-10 00:44:13 +00:00
|
|
|
Includes Support For
|
2023-01-09 22:28:20 +00:00
|
|
|
- [x] HTML
|
|
|
|
- [x] Module Imports
|
2023-01-10 00:28:54 +00:00
|
|
|
- [x] TypeScript
|
|
|
|
- [x] SASS
|
|
|
|
- [x] SASS Imports
|
2023-01-10 00:44:13 +00:00
|
|
|
- [x] React
|
2023-01-09 20:51:11 +00:00
|
|
|
|
2023-01-10 01:46:49 +00:00
|
|
|
## Getting Started Webpack Guide:
|
2023-01-09 20:59:16 +00:00
|
|
|
https://webpack.js.org/guides/getting-started/
|
|
|
|
|
2023-01-10 01:46:49 +00:00
|
|
|
## Installation
|
|
|
|
`npm install`
|
|
|
|
|
|
|
|
## Launch Scripts
|
|
|
|
See `makefile`
|