webpack-base/README.md

16 lines
279 B
Markdown
Raw Normal View History

2023-01-09 20:51:11 +00:00
Template Webpack Starting Project
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-09 20:59:16 +00:00
# Getting Started Webpack Guide:
https://webpack.js.org/guides/getting-started/
2023-01-09 20:51:11 +00:00
# Development Server
`python -m http.server 8700`