The Wayback Machine - https://web.archive.org/web/20201031144329/https://github.com/NativeScript/nativescript-app-sync-web
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

About

Web client for the codepush server

Resources

License

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
You can’t perform that action at this time.