https://github.com/damassi/stack
React, React Router, Redux, Immutable.js, (S)CSS Modules, Karma, Mocha and Restify as an API layer
https://github.com/damassi/stack
Last synced: 11 months ago
JSON representation
React, React Router, Redux, Immutable.js, (S)CSS Modules, Karma, Mocha and Restify as an API layer
- Host: GitHub
- URL: https://github.com/damassi/stack
- Owner: damassi
- License: mit
- Created: 2015-09-30T01:15:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-04T08:54:54.000Z (over 10 years ago)
- Last Synced: 2025-02-07T10:49:12.198Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stack
[React](https://facebook.github.io/react/), [React Router](https://github.com/rackt/react-router), [Redux](https://github.com/rackt/redux), [Immutable.js](https://facebook.github.io/immutable-js/), [CSS Modules](https://github.com/css-modules/css-modules), [Karma](http://karma-runner.github.io/0.13/index.html), [Mocha](https://mochajs.org/) and [Restify](https://github.com/restify/node-restify) as an API layer.

## Installation
```
git clone https://github.com/damassi/stack
cd stack
npm install
```
## Development
```
npm start
open http://localhost:3333
open http://localhost:8080 (api)
npm test
npm test:watch
npm run test:watch
npm run lint
npm run build
```
### Testing
Tests are co-located with their sources within a `__test__` directory. This pattern encourages broader testing practices and makes it easier to find stuff.