https://github.com/madetech/dance
https://github.com/madetech/dance
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/madetech/dance
- Owner: madetech
- Created: 2016-06-23T12:41:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-24T10:19:36.000Z (almost 10 years ago)
- Last Synced: 2025-01-25T14:11:56.195Z (over 1 year ago)
- Language: JavaScript
- Size: 58.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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/