Skip to content

NathanWalker/nativescript-angular-guide

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building Apps with NativeScript and Angular 2

This repo contains a guide for getting started building apps with NativeScript and Angular 2. You can view the guide live at https://tjvantoll.github.io/nativescript-angular-guide/.

If you’re interested in making changes to the guide, the chapters themselves are stored in this repo’s src folder. If you want to learn how to run the full guide on your local machine, check out the instructions below.

Running locally

Start by running npm install to install this guide’s dependencies:

$ npm install

And then run gulp to launch the guide in your browser:

$ gulp

Gulp starts up a development server and launches the getting started guide in it. Gulp also watches for changes to files in the src folder (including the chapter Markdown files), and refreshes the site in your browser automatically.

About

A guide to building apps with NativeScript and Angular 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 55.5%
  • CSS 43.0%
  • JavaScript 1.5%