NativeScript AppSync Web source
AppSync Web is the AppSync Server's web client.
$ cd /path/to/nativescript-app-sync-web
$ npm install$ vim ./src/config #change URL to production$ npm start$ cd /path/to/nativescript-app-sync-web
$ npm run build -- --release
$ cd ./build
$ npm install
$ node ./server.jsBUILD AND RUN IN PRODUCTION
$ cd /path/to/nativescript-app-sync-web
$ npm run build -- --releaseNow 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).
MIT License read