Skip to content
This repository has been archived by the owner on Sep 6, 2020. It is now read-only.

rolandjitsu/ng-lab

Repository files navigation

AngularJS Laboratory

Dependency Status Join the chat at https://gitter.im/rolandjitsu/ng-lab

Playground for experimenting with some of the core features of AngularJS and integration with other software and services.

IMPORTANT NOTICE

This project is no longer maintained and it's definitely out of date! Use at your own risk!

Setup

This setup is using:

Table of Contents

Setup


Clone/Download this repo and setup the following tools on your machine:

  • Node (if not already installed)
  • Gulp (optional)

After you have the above tools setup, install all runtime/dev dependencies by running:

$(node bin)/npm install

Now start the webserver and the build process (runs on file change) and navigate to localhost:8080:

$(npm bin)/npm start # `$(npm bin)/gulp start`

Running Tests


At the moment there are no tests implemented, but you can at least check the code integrity:

  • $(npm bin)/gulp lint: runs tslint and checks all .ts files according to the tslint.json rules file

Learning Material