Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 1.37 KB

README.md

File metadata and controls

59 lines (37 loc) · 1.37 KB

React Rails boilerplate

CircleCI

Rails application boilerplate based on React, Typescript, Webpack for rapid application development.

Table of Contents

Tech Stack

Core

System

Testing

Linting

Integrations

Commands

Testing

yarn test

Tests your application with the tests specified in the test/javascript/*.(ts|tsx) files. See Jest documentation for more detailed information.

Linting

yarn lint