Skip to content

codefordenver/fresh-food-connect

Repository files navigation

View this project's Kanban board for tasks here: Stories in Ready Build Status

Fresh Food Connect

Fresh Food Connect


This repo contains the client code for Fresh Food Connect. The server code can be found here: https://github.com/codefordenver/ffc-server

This repo is based on largely on: redux-react-router-async-example

Installation

You will need Node.js to run.

Install dependencies with:

npm install

Development

To run a local dev server pointing to a mock apiary server run:

npm start

To run a dev server while running a the server on port 3000 run:

USE_LOCAL_SERVER=true npm start

To build static files to be served from the rails backend run:

npm run dist

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published