nativescript-app-sync-web

Web client for the codepush server

MIT License

Stars
9
Committers
4

NativeScript AppSync Web source

AppSync Web is the AppSync Server's web client.

INSTALL

$ cd /path/to/nativescript-app-sync-web
$ npm install

CONFIGURE

$ vim ./src/config #change URL to production

RUN DEV

$ npm start

BUILD AND RUN your clone

$ cd /path/to/nativescript-app-sync-web
$ npm run build -- --release
$ cd ./build
$ npm install
$ node ./server.js

BUILD AND RUN IN PRODUCTION

$ cd /path/to/nativescript-app-sync-web
$ npm run build -- --release

Now commit all files and git push origin master, because Heroku deploys upon changes to master.

Check logs with heroku logs --app nativescript-codepush-web --tail.

Based on this awesome project

I had to decide to not officially fork it because of fi. all the Chinese characters that were hardcoded and needed to be replaced by something I can read myself (English).

License

MIT License read