An open API service indexing awesome lists of open source software.

https://github.com/pseudomuto/batman-starterkit

My starter kit for BatmanJS projects
https://github.com/pseudomuto/batman-starterkit

Last synced: about 1 year ago
JSON representation

My starter kit for BatmanJS projects

Awesome Lists containing this project

README

          

# My BatmanJS Starter Kit

[![Build Status](https://travis-ci.org/pseudomuto/batman-starterkit.png)](https://travis-ci.org/pseudomuto/batman-starterkit)

This is a project template for [BatmanJS](http://batmanjs.org/) applications using [Lineman](http://www.linemanjs.com).

# Installing

1. Download the latest release of the starter kit [zip], [tar]
2. Extract and cd into the directory
3. `npm install`
4. `lineman run`
5. Open

[zip]: https://github.com/pseudomuto/batman-starterkit/archive/0.3.2.zip
[tar]: https://github.com/pseudomuto/batman-starterkit/archive/0.3.2.tar.gz

# Running Tests

## Via the browser

1. `lineman run` from 1 terminal window
2. `lineman spec` from another terminal window, this will launch Testem and execute specs in Chrome

## Headless

1. `lineman spec-ci`