Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ariel-rodriguez/delivery
App for testing purposes
https://github.com/ariel-rodriguez/delivery
Last synced: 24 days ago
JSON representation
App for testing purposes
- Host: GitHub
- URL: https://github.com/ariel-rodriguez/delivery
- Owner: Ariel-Rodriguez
- Created: 2018-05-15T07:46:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-15T21:03:20.000Z (over 6 years ago)
- Last Synced: 2023-03-11T11:46:23.774Z (almost 2 years ago)
- Language: JavaScript
- Size: 101 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Delivery test
- Live demo delivery-test-redux-1-0.now.sh# Install it and run:
## Production mode
```bash
yarn
yarn build
yarn start
```## Dev using mocked API
```bash
yarn
yarn dev
```This example and documentation is based on the [with-redux](https://github.com/zeit/next.js/tree/master/examples/with-redux) example.