Development

May 26, 2026 ยท View on GitHub

A web app that enables you to search the Apple App Store in your browser.

Development

npm install
npm run dev

Opens a Vite dev server at http://localhost:5173/asws/.

Build

npm run build

Runs EditorConfig check, compiles and obfuscates the app into dist/, then verifies the bundle is ES6-compatible. Output is a static dist/index.html ready to deploy to any web host.

npm run preview

Serves the built dist/ locally to sanity-check the artifact.

License

MIT