ismail-codar / surplus-nativescript-template

S.js and surplus on nativescript platform example project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

surplus-nativescript-template

First time you can setup nativescript from here

Running this project

  1. git clone https://github.com/ismail-codar/surplus-nativescript-template.git
  2. cd surplus-nativescript-template
  3. npm install
  4. tns run android

Manual project configuration details

  1. tns create my-app
  2. cd my-app
  3. npm install --save s-js s-array surplus surplus-nativescript
  4. create a tsconfig.json in my-app folder like this content
  5. Setup hooks like this
  6. Add the line require("surplus-nativescript") to the top of the ./app/app.js file

About

S.js and surplus on nativescript platform example project


Languages

Language:JavaScript 57.3%Language:TypeScript 39.2%Language:CSS 3.5%