Skip to content

React18, TypeScript4, Rails7, Ruby3, MySQL8, GraphQL

License

Notifications You must be signed in to change notification settings

ryichk/react-rails-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

docker-compose up

Create Database

docker-compose exec api rails db:create

Run RuboCop in an autocorrect mode

docker-compose exec api rubocop -a

Run ESLint and Prettier

docker-compose exec client npm run fix