Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phillipj/groceries
Groceries shopping webapp, for trying new tips-n-tricks
https://github.com/phillipj/groceries
Last synced: about 1 month ago
JSON representation
Groceries shopping webapp, for trying new tips-n-tricks
- Host: GitHub
- URL: https://github.com/phillipj/groceries
- Owner: phillipj
- Created: 2015-02-22T20:30:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-18T10:56:54.000Z (about 9 years ago)
- Last Synced: 2024-04-14T22:44:52.012Z (7 months ago)
- Language: JavaScript
- Size: 151 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grocery shopping app
This project is for pure fun. No seriousness involved, just trying out new stuff - atm Babel and homegrown isomorphic refluxing.
## Get it running
Run webpack trickery in its own tab
```bash
$ npm run serve-webpack
```Then start app + even more webpack
```bash
$ npm start
```## MIT licensed