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

https://github.com/madetech/dance


https://github.com/madetech/dance

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Dance game

Based on tj's frontend-boilerplate: https://github.com/tj/frontend-boilerplate

## Installation

```
$ npm install
```

## Developement

Run the dev server (http://localhost:3000):

```
$ npm start
```

Run tests:

```
$ npm test
```

Run tests and watch for changes:

```
npm test -- --watch
```

Build the app:

```
$ npm run build
```

## Resources

**React**

- https://facebook.github.io/react/docs/component-specs.html
- http://redux.js.org/
- https://github.com/gaearon/redux-thunk

**Testing**

- http://redux.js.org/docs/recipes/WritingTests.html
- https://github.com/airbnb/enzyme/blob/master/docs/api/shallow.md
- https://facebook.github.io/react/docs/test-utils.html
- http://chaijs.com/api/bdd/
- http://sinonjs.org/docs/