Skip to content

Waog/stomap

Repository files navigation

Stomap

Developer Notes

The website was initialized using yo with the webapp generator. See their notes for further help.

Installation

  1. Checkout the repository
  2. Navigate to the working directory (comand line)
  3. run npm install -g grunt-cli
  4. run npm install -g tsd
  5. run npm install -g bower
  6. run npm install

Running

Run grunt serve

The server should start and open a browser tab.

Tests

Run grunt test to start a single build and test.

There are additional options to run tests:

  • run grunt test:once does the same as grunt test. Works headless (PhantomJS).
  • run grunt test:continuous watches for file changes. Each ts-file change triggers a build and a new test run. Works headless (PhantomJS).
  • run grunt test:debug like grunt test:continuous but runs in Chrome, with better debugging capabilities.

Distributing

Running grunt in the root folder creates a dist folder with the content to be uploaded.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published