16 lines
296 B
Markdown
16 lines
296 B
Markdown
Template Webpack Starting Project
|
|
|
|
Will (eventually) include support for
|
|
- [x] HTML
|
|
- [x] Module Imports
|
|
- [ ] TypeScript
|
|
- [ ] React
|
|
- [ ] SASS
|
|
- [ ] SASS Imports
|
|
|
|
# Getting Started Webpack Guide:
|
|
https://webpack.js.org/guides/getting-started/
|
|
|
|
# Development Server
|
|
`python -m http.server 8700`
|