generated from michael/webpack-base
29 lines
454 B
Markdown
29 lines
454 B
Markdown
# Template Webpack Starting Project
|
|
|
|
Includes Packages For
|
|
- [x] HTML
|
|
- [x] Module Imports
|
|
- [x] TypeScript
|
|
- [x] JSX/TSX
|
|
- [x] SASS
|
|
- [x] SASS Imports
|
|
- [x] Image Imports
|
|
- [x] React
|
|
- [x] Jotai
|
|
|
|
Includes Developer Setup For
|
|
- [x] Prettier
|
|
- [x] Eslint
|
|
|
|
## 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/`
|