2 Commits

Author SHA1 Message Date
Emmanuel Rizky
f2f98c74f9 build: migrate to vite and update dependencies
Migrates the React app from Create React App (CRA) to Vite
for faster build times and improved development experience.
Also updates all dependencies to their latest versions.

BREAKING CHANGE: Removes react-scripts and CRA-related
dependencies.  The development and build processes now rely
on Vite.
2025-08-01 12:39:25 +07:00
49d0ec4ddf build(kawruh-app): initialize react app dependencies and scripts
This commit populates the `package.json` for the `kawruh-app` with the standard configuration provided by Create React App.

It includes dependencies for React, testing-library, and web-vitals, along with the necessary scripts (`start`, `build`, `test`, `eject`) to manage the development lifecycle.
2025-07-31 00:07:52 +07:00