React 16.4.1" Rails 5.2.0
This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
-
Ruby version
-
System dependencies
-
Configuration
-
Database creation
-
Database initialization
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
-
...
If this is your first time running the app, install the project gems
bundle install
To start the rails app:
rails s
If this is your first time running the app, install the project npm packages:
yarn
To start the react app:
yarn start
To run the react test suite with watcher:
yarn test
and a one-time run with coverage
yarn test:coverage