Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattiaerre/supersonic-lobster
Express - OpenComponents web app
https://github.com/mattiaerre/supersonic-lobster
agile express expressjs kanban opencomponents react redux webapp
Last synced: about 2 months ago
JSON representation
Express - OpenComponents web app
- Host: GitHub
- URL: https://github.com/mattiaerre/supersonic-lobster
- Owner: mattiaerre
- Created: 2017-02-08T04:43:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-01T07:52:18.000Z (almost 7 years ago)
- Last Synced: 2024-04-14T14:21:49.047Z (9 months ago)
- Topics: agile, express, expressjs, kanban, opencomponents, react, redux, webapp
- Language: JavaScript
- Homepage: https://supersonic-lobster.herokuapp.com/
- Size: 776 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# supersonic-lobster
Express - OpenComponents web app
## Board
- [https://github.com/mattiaerre/supersonic-lobster/projects/1](https://github.com/mattiaerre/supersonic-lobster/projects/1)
## How to
### Run locally
#### Dev
```bash
npm
npm run start:dev
```## Resources
### Stack
- [http://expressjs.com/](http://expressjs.com/)
- ~~[https://netflix.github.io/falcor/](https://netflix.github.io/falcor/)~~ (until v1.9.0)
- ~~[https://github.com/graphistry/falcor](https://github.com/graphistry/falcor)~~ (until v1.6.0)
- ~~[https://facebook.github.io/react/](https://facebook.github.io/react/)~~ (until v1.13.3)
- ~~[http://redux.js.org/](http://redux.js.org/)~~ (until v1.13.3)
- ~~[https://github.com/ekosz/redux-falcor](https://github.com/ekosz/redux-falcor)~~ (until v1.6.0)
- [https://github.com/opentable/oc](https://github.com/opentable/oc)
### OpenComponents registry
- [https://pink-pineapple.herokuapp.com/](https://pink-pineapple.herokuapp.com/)
### How tos and tutorials
- [https://github.com/reactjs/redux/tree/master/examples/real-world/src](https://github.com/reactjs/redux/tree/master/examples/real-world/src)
- [https://facebook.github.io/jest/docs/tutorial-react.html#content](https://facebook.github.io/jest/docs/tutorial-react.html#content)
- [http://www.sketchingwithcss.com/samplechapter/cheatsheet.html](http://www.sketchingwithcss.com/samplechapter/cheatsheet.html)
- [https://yarnpkg.com/en/docs/install](https://yarnpkg.com/en/docs/install)
- [http://redux.js.org/docs/advanced/Middleware.html](http://redux.js.org/docs/advanced/Middleware.html)
- [http://moduscreate.com/optimizing-react-es6-webpack-production-build/](http://moduscreate.com/optimizing-react-es6-webpack-production-build/)
- [http://jamesknelson.com/writing-npm-packages-with-es6-using-the-babel-6-cli/](http://jamesknelson.com/writing-npm-packages-with-es6-using-the-babel-6-cli/)