Skip to content

chucknelson/fliplist

Repository files navigation

Fliplist

A simple list web app...that flips!

Development

Fliplist is developed using Visual Studio Code's Remote - Containers extension.

Running Locally

To run and debug locally, use the Debug App VS Code launch configuration.

Common Commands

Command Description
rails dev:local Run Rails and webpack-dev-server locally from the command line.
rails format:check Check for formatting issues with Prettier.
rails format Apply formatting to all supported files with Prettier.
rails lint:check Check for linting issues with ESLint (javascript) and RuboCop (ruby).
rails test Run unit tests.