Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/benfoxall/joustjs


https://github.com/benfoxall/joustjs

Last synced: 16 days ago
JSON representation

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
```