This repo contains a suggested structure for a module at Apsis.
If you want to explore this locally, perform the following steps.
- Clone this repo to your computer.
- Run
npm install
. - Run
node_modules/.bin/jspm install
. You need to be connected to the VPN at this point. - Spawn a server, for example by installing and running live-server.
Included in the repo is a set of tests for the components. To run the suite, run
gulp test
from your CLI.