Skip to content

forms-js/angular-1x

Repository files navigation

Forms JS Angular 1.x

This is a seed project to get us started with prototyping.

Installation

First install the toolchain with NPM:

npm install

Now you can build source like so:

gulp build

To test the examples start a server:

gulp server

And run tests like so:

gulp test:watch

Note that tests are run on built source so be sure to build first.