StrongLoop and NativeScript Integration

This is an example of the blog post: The Ultimate Guide For Native App Development

$ git clone git@github.com:jonathan-casarrubias/strongloop-nativescript.git

In order to make this example to run, please configure MongoDB Instance as described in the blog post, then:

$ git clone git@github.com:jonathan-casarrubias/strongloop-nativescript.git
$ cd todo-api
$ npm install
$ cd ../todo-app
$ npm install

Now you can run the project by opening 2 terminals, 1 to run the API:

$ cd todo-api
$ node .

And the other to run the Mobile App

$ cd todo-app
$ tns livesync [android|ios] --watch

Note: You need to have the android sdk or xcode prior this instructions