MarcScheib / aurelia-checkers

Checkers built with Aurelia.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 94.2%Language:HTML 5.8%