mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-27 20:45:35 -04:00
adding devops
used gemini to create the k8s/dockerfiles faster
This commit is contained in:
parent
5c09c5a22f
commit
6c14a968c3
74 changed files with 2061 additions and 16 deletions
|
@ -1,5 +1,16 @@
|
|||
# webpack-template
|
||||
# Testing Project
|
||||
|
||||
Vanilla template for webpack
|
||||
This project is a JavaScript testing suite designed to provide a framework for writing and running tests for JavaScript applications. It leverages Webpack for bundling and utilizes testing libraries for executing tests.
|
||||
|
||||
## Project Structure
|
||||
|
||||
- `src/`: Contains the source code for the application being tested and the test files themselves.
|
||||
- `tests/`: test files are contained here.
|
||||
- `webpack.common.js`: Common Webpack configuration.
|
||||
- `webpack.dev.js`: Webpack configuration for development.
|
||||
- `webpack.prod.js`: Webpack configuration for production.
|
||||
|
||||
## Setup
|
||||
|
||||
1. **Install Dependencies:**
|
||||
|
||||
sets up common utilities needed for vanilla JS/HTML/CSS development
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue