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

https://github.com/mikebild/es6-memory

ES6 Memory-Game
https://github.com/mikebild/es6-memory

Last synced: about 1 year ago
JSON representation

ES6 Memory-Game

Awesome Lists containing this project

README

          

# ES6 Memory-Game

##How to use

**Install dependencies**

```
bower install http://stash.sachit.intern:7990/scm/cjs/c24.memory.git
```

**index.html**

```


ES6 Memory




```

**Run with [Node-Static](https://www.npmjs.com/package/node-static)**

```
static ./
```

##How to develop

###Install dependencies

```
jspm install
```

###Run with [JSPM-Server](https://www.npmjs.com/package/jspm-server)

```
jspm-server
```

###Bundle all

```
node build
```