webpack-base/README.md

29 lines
454 B
Markdown
Raw Normal View History

2023-01-10 01:47:09 +00:00
# Template Webpack Starting Project
2023-01-09 20:51:11 +00:00
2024-07-21 20:07:29 +00:00
Includes Packages For
2023-01-09 22:28:20 +00:00
- [x] HTML
- [x] Module Imports
2023-01-10 00:28:54 +00:00
- [x] TypeScript
2024-07-21 20:07:29 +00:00
- [x] JSX/TSX
2023-01-10 00:28:54 +00:00
- [x] SASS
- [x] SASS Imports
2023-01-10 01:47:41 +00:00
- [x] Image Imports
2023-01-10 00:44:13 +00:00
- [x] React
2024-07-21 20:07:29 +00:00
- [x] Jotai
Includes Developer Setup For
- [x] Prettier
- [x] Eslint
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`
2023-01-10 01:48:27 +00:00
## Compilation
`make build` will compile to `dist/`