mattma / nativescript-starter

NativeScript Angular2 Typescript boilerplate. Quick start to build a native mobile application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NativeScript Starter

NativeScript Angular2 Typescript boilerplate. Quick start to build a native mobile application.

Installation Requirement

  1. Node.js

Note: Using nvm, Node version manager, is highly recommended. It is simple to install and manage your system Node version over the official Node.js installation.

  1. nativescript
npm install -g nativescript
tns --version
  1. CocoaPods
sudo gem install cocoapods
pod --version

Getting start guide

# Step 1: Clone the repo
git clone https://github.com/mattma/nativescript-starter.git

# Step 2: Go into the repo folder
cd nativescript-starter

# Step 3: Install module dependencies
npm install

# Step 4: Launch in iOS simulator
npm start

Running unit tests

Coming soon!

License

MIT Licensed. Made with love by Matt Ma.

About

NativeScript Angular2 Typescript boilerplate. Quick start to build a native mobile application.

License:MIT License


Languages

Language:TypeScript 73.9%Language:CSS 14.3%Language:HTML 11.8%