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
- Host: GitHub
- URL: https://github.com/pseudomuto/batman-starterkit
- Owner: pseudomuto
- Created: 2013-11-30T18:15:22.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-07T15:32:55.000Z (over 12 years ago)
- Last Synced: 2025-01-30T14:52:46.945Z (over 1 year ago)
- Language: JavaScript
- Size: 797 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My BatmanJS Starter Kit
[](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`