Skip to content

simeonjmcg/honestvote-client

Repository files navigation

honestvote.io client

This is the front-end client for the honestvote application.

build and run

This app targets both web and mobile using react and react-native. You'll need node v10.16.3 and npm.

# install dependencies
npm install

Web

# build
npm run web

Android

You need to have node v10.16.3 or lower. More recent versions have issues with react-native.

To build the android target, you first need to setup the Android development environment. To find directions on this, look here.

# build
npm run android

Troubleshooting

If you get the error Error: spawnSync ./gradlew EACCES, you need to fix the permissions for android/gradlew

chmod 755 android/gradlew

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •