triniwiz / nativescript-horizon-seed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get started building Horizon + NativeScript apps quickly.

Prerequisites

Server Setup

##Create horizon server

hz init nsServer
cd nsServer
hz serve --dev  --allow-unauthenticated true --auto-create-collection true --auto-create-index true

Client Setup

git clone https://github.com/triniwiz/nativescript-horizon-seed

##Start Android version

cd nativescript-horizon-seed
npm i
tns run android

##Start IOS version

cd nativescript-horizon-seed
npm i
tns run ios

About


Languages

Language:TypeScript 87.4%Language:CSS 12.6%