SamirHodzic / imba-capacitor-hn

Demonstration of Imba & Capacitor used to build Hacker News clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Demonstration of Imba & Capacitor used to build Hacker News clone

License:MIT License


Languages

Language:JavaScript 78.0%Language:SCSS 21.6%Language:HTML 0.5%