Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benfoxall/joustjs
https://github.com/benfoxall/joustjs
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/benfoxall/joustjs
- Owner: benfoxall
- License: mit
- Created: 2015-12-13T12:20:52.000Z (about 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-01-03T01:11:46.000Z (about 9 years ago)
- Last Synced: 2025-01-19T08:31:11.558Z (23 days ago)
- Language: JavaScript
- Homepage: https://benjaminbenben.com/joustjs/
- Size: 65.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JoustJS
```bash
# install dependencies
npm install# compile es2015 -> es5 with babel
npm run build# run development server
# (babel & live reload)
npm run watch
```