A mobile app client for Europresse. It is based on Framework7 and Capacitor and uses Europresse API.
Home | Article | Search | Bookmarks | Settings |
---|---|---|---|---|
- 🆕 See latest articles on home page from RSS feeds
- 🔍 Search articles
- 📰 Read article
- 💾 Save article
- 📁 Export article
First of all we need to install dependencies, run in terminal
npm install
- 🔥
start
- run development server - 🔧
dev
- run development server - 🔧
build
- build web app for production - 📱
build-capacitor-android
- build app and copy it to Android capacitor project
There is a Vite bundler setup. It compiles and bundles all "front-end" resources. You should work only with files located in /src
folder. Vite config located in vite.config.js
.
This project created with Capacitor support. And first thing required before start is to add capacitor platforms, run in terminal:
npx cap add android
Check out official Capacitor documentation for more examples and usage examples.