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
- Host: GitHub
- URL: https://github.com/mikebild/es6-memory
- Owner: MikeBild
- Created: 2015-09-08T05:36:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-09T05:47:40.000Z (almost 11 years ago)
- Last Synced: 2025-04-17T19:49:54.624Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 133 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```