Skip to content

MarcScheib/aurelia-checkers

Repository files navigation

aurelia-checkers

devDependency Status

Building The Code

To build the code, follow these steps.

  1. Ensure that NodeJS is installed. This provides the platform on which the build tooling runs.
  2. From the project folder, execute the following command:
npm install
  1. Ensure that Gulp is installed. If you need to install it, use the following command:
npm install -g gulp
  1. To build the code, you can now run:
gulp build
  1. You will find the compiled code in the dist folder, available in three module formats: AMD, CommonJS and ES6.

  2. See gulpfile.js for other tasks related to generating the docs and linting.

About

Checkers built with Aurelia.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published