Skip to content

NativeScript/nativescript-app-sync-web

Repository files navigation

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.

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

About

Web client for the codepush server

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages