https://github.com/dbox/axis-sugarfree
Axis 2.0
https://github.com/dbox/axis-sugarfree
Last synced: 6 months ago
JSON representation
Axis 2.0
- Host: GitHub
- URL: https://github.com/dbox/axis-sugarfree
- Owner: dbox
- Created: 2017-01-04T20:09:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-31T02:35:09.000Z (over 9 years ago)
- Last Synced: 2025-05-19T11:09:20.161Z (about 1 year ago)
- Language: HTML
- Size: 103 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# axis-sugarfree
Axis 2.0
## Setup
- make sure [node.js](http://nodejs.org) is at version >= `6`
- `npm i spike -g`
- clone this repo down and `cd` into the folder
- run `npm install`
- run `spike watch` or `spike compile`
## Testing
Tests are located in `test/**` and are powered by [ava](https://github.com/sindresorhus/ava)
- `npm install` to ensure devDeps are installed
- `npm test` to run test suite