A single-page web application built with webpack and typescript. The project fancy name is coming from Ksenia Smirnova Russian volleyball player with number 25.
This a regular webpack application project without any fancy framework like Angular or React. I love both Angular and React, but this time this project is just using regular tools like webpack, typescript, HTML, CSS, bootstrap, web components.
- Using Webpack 5 CLI Init to Setup a TypeScript Web Application Project 01 - Init
- Webpack 5 Typescript 02 Deploying on Azure (CD/CI)
- Webpack 5 TypeScript 03 Single Page Application Dynamic Pages
- Webpack 5 TypeScript 04 Bootstrap Added
- Webpack 5 TypeScript 05 Bootstrap Toast Added
This project has been created using webpack-cli init, you have the following commands:
- npm run serve to run the development server
- npm run build to build a production bundle in the dist folder.
- This is not really needed since GitHub deployment workflow will build it for us when deploying the app onto Azure as a static web app.
- npm i bootstrap popper bootstrap-icons
- npm i -D @types/bootstrap