Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 823 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 823 Bytes

NativeScript animation demo application

Open source cross-platform animation demo app built with NativeScript.

Use this application to find-out how to implement common animation scenarios with NativeScript.

Running the sample

  1. Make sure you have the NativeScript Command-line Interface installed as well as all the prerequisites for the NativeScript development, described in the package page.

  2. Install the dependencies of the sample (NativeScript modules and TypeScript compiler) and add the preferred platform-specific tools to the project library. Note that iOS development is only available with a Mac machine.

    `tns install`
    
  3. Compile the TypeScript code

    `node_modules/typescript/bin/tsc -p .`
    
  4. Run the project.

    tns run ios|android