Skip to content

Latest commit

 

History

History
executable file
·
46 lines (33 loc) · 994 Bytes

README.md

File metadata and controls

executable file
·
46 lines (33 loc) · 994 Bytes

imba-capacitor-hn

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.

Installation

  1. Install dependencies
    npm install
  2. (optional) Add mobile platforms
    npx cap add android
    
    # or
    
    npx cap add ios
  3. Run Locally web version
    npm start
    
    # Project is running at http://localhost:8080/
  4. Build dev/prod versions
    npm run build:dev
    
    # or
    
    npm run build:prod
  5. Build prod version and open Android/iOS
    npm run build:android
    
    # or
    
    npm run build:ios

License

MIT