16 lines
279 B
Markdown
16 lines
279 B
Markdown
Template Webpack Starting Project
|
|
|
|
Includes Support For
|
|
- [x] HTML
|
|
- [x] Module Imports
|
|
- [x] TypeScript
|
|
- [x] SASS
|
|
- [x] SASS Imports
|
|
- [x] React
|
|
|
|
# Getting Started Webpack Guide:
|
|
https://webpack.js.org/guides/getting-started/
|
|
|
|
# Development Server
|
|
`python -m http.server 8700`
|