/crm

Investigating a solid, production-ready React and Rails setup

Primary LanguageRuby

Maintainability Build Status Test Coverage Ruby Style Guide

README

Dependencies

System

  • Ruby (defined in .ruby-version file)
  • yarn (defined in package.json file)
  • eslint

Setup

Run:

./bin/setup

Run after each git pull:

./bin/update

Test Suite

Server, run:

bundle exec rspec

Client, run:

yarn test

Environments

Deployment

Semaphore