Skip to content

andyrichardson/cards-redux

Repository files navigation

CircleCI Coverage Status Issues

Cards

About

A demonstration project using React, Typescript, Mobx and more. See the live demo here.

Requirements

The application can be run in one of two environments - Docker and Node.

Docker environment

  • Docker Compose v1.21.2 (or later)
  • Docker v18.03.1-ce (or later)

Node environment

  • Node.js v9.11.1 (or later)
  • Npm v6.1.0 (or later)

Usage

Docker

# Production
docker-compose up prod

# Development
docker-compose up dev

Node

npm install

# Production
npm run build && npm start

# Development
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published