Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryichk/react-rails-boilerplate

React18, TypeScript4, Rails7, Ruby3, MySQL8, GraphQL
https://github.com/ryichk/react-rails-boilerplate

graphql graphql-api mysql8 rails-api rails7 react ruby typescript

Last synced: about 18 hours ago
JSON representation

React18, TypeScript4, Rails7, Ruby3, MySQL8, GraphQL

Awesome Lists containing this project

README

        

# react-rails-boilerplate

## Versions

- Ruby
- 3.3.1
- Ruby on Rails
- 7.1.3
- MySQL
- 8.0
- Node.js
- 20
- TypeScript
- 4
- React
- 18

## Start Server

```sh
docker-compose up
```

## Create Database

```sh
docker-compose exec api rails db:create
```

## Run RuboCop in an autocorrect mode

```sh
docker-compose exec api rubocop -a
```

## Run ESLint and Prettier

```sh
docker-compose exec client npm run fix
```