This is an example of a HackerNews built using Imba, Webpack, and Capacitor (for mobile packing). Please do not think of this as the way to build your application. Instead, this as an experimental concept used to understand a bit Imba and trying to use it for both web/mobile development.
- Install dependencies
npm install
- (optional) Add mobile platforms
npx cap add android # or npx cap add ios
- Run Locally web version
npm start # Project is running at http://localhost:8080/
- Build dev/prod versions
npm run build:dev # or npm run build:prod
- Build prod version and open Android/iOS
npm run build:android # or npm run build:ios
MIT