Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.