Skip to content

c4wrd/angular2-nativescript-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular 2 NativeScript Boilerplate

An easy to use boilerplate for Angular 2 applications on Android and iOS

Features:

  • Typescript, SASS
  • Easy to use Gulp workflow
  • Separate your build directory from your source

This was built in efforts to find an easy to use Typescript workflow, and at an attempt to make a lightweight boilerplate without all of the additional bloat. It can be assumed you know how to implement Angular 2, or are learning, but setting up an easy to use build-system is non-trivial.

Getting Started

  1. Install this repository
git clone https://github.com/c4wrd/angular2-nativescript-boilerplate.git MyApp
  1. Install node packages
cd MyApp
npm install
npm install --only=dev
  1. Modify the src directory, this is where your application will live

  2. Add the platforms you desire

tns platform add ios
tns platform add android
  1. Build with Gulp
gulp
  1. Emulate or deploy!
tns emulate ios

This README is currently being written...

About

A simple seed for an Angular2 Native Script project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published