Kanews App is a simple application that is used to read news such as disaster news, football, and others. Built using Framework7. π
Demo PageΒ Β Β Documentation PageΒ Β Β
Node.js
- used for the entire application development process. Whether it's making an API or somethingWeb Browser
- can be used as an emulator to build applications. Example [Chrome, Firefox, Safari & Opera]Internet
- because many use CDN and to make it easier to find solutions to all problemsComposer
- make it easier for developers to manage PHP project dependenciesAndroid SDK
- to simplify the process of building applicationsGradle
- function to perform application building automaticallyJava Development Kit
- used for support in developing or building an application
Download the latest project release from the Release Page. Open the Kanews App project folder using a terminal and type npm run dev
. To explore the source code you can use a text editor such as Visual Studio Code.
- Before starting, make sure you have Node.js installed first
- If you have installed Node.js. Run the command git clone which is
https://github.com/RizkiKarianata/kanews-app
- Install the dependencies using the node package manager of your choice. For example run
npm install
in terminal - To run the application you can run the command
npm run dev
. And the application will automatically open using port 8080 on your default browser
- You can run commands like in the
NPM Scripts
below by addingnpm run
. Examplenpm run build-dev-cordova-android
on terminal
- π₯
start
- run development server - π§
dev
- run development server - π§
build-dev
- build web app using development mode (faster build without minification and optimization) - π§
build-prod
- build web app for production - π±
build-dev-cordova
- build cordova app using development mode (faster build without minification and optimization) - π±
build-prod-cordova
- build cordova app - π±
build-dev-cordova-ios
- build cordova iOS app using development mode (faster build without minification and optimization) - π±
build-prod-cordova-ios
- build cordova iOS app - π±
build-dev-cordova-android
- build cordova Android app using development mode (faster build without minification and optimization) - π±
build-prod-cordova-android
- build cordova Android app
- Framework7
- Apache Cordova
- Node.js
- Did you build a framework or other features? Open up Pull Requests and put yours here! π
- v1.0.0 : 07 June 2022
- Facebook : Rizki Karianata
- Instagram : @rizkikarianata
- Youtube : @rizkikarianata
- LinkedIn : @rizkikarianata
I really appreciate contributions, issues and feature requests because this application is far from perfect. Feel free to Pull Request and make changes to this project.
Since this is an open source project I finished it myself. There may be many features or things that could be improved or added. So I really appreciate your help.
- Fork it ( https://github.com/RizkiKarianata/kanews-app )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Make sure to not commit generated files from your dist folder. All changes need to be made in the source files located in the src
folder.
- Change the
scss
files to adapt styles - Change the nunjucks based
html
files or the content definingjson
files to adapt layout and content - Change the
js
files to adapt the application code
Always run a build and test the results before committing.
- Copyright Β© 2020 Rizki Karianata
- Kanews App is an open source project licensed under the MIT license
Love Kanews App? Support this project by donating or sharing with others in need.
Made with β€οΈ Rizki Karianata