Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 453 Bytes

File metadata and controls

18 lines (13 loc) · 453 Bytes

EVoting Mobile App

This is a eVoting Mobile App Build With SvelteNative (Svelte + NativeScript) using REST API from eVoting. It has preprocessing with typescript support enabled. It provides an easy way to get started with a svelte native project.

npm install -g nativescript
npm install
ns preview

Example: install & run application on your device:

ns run android
# or
ns run ios