JohnFTitor / hello-rails-react

Testing rails with react in one app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello Rails React

Testing rails with react in one app

Requirements

In order to work on this project, you need to have the following dependencies installed:

Built With

  • Languages: Ruby 3.1.1
  • Frameworks: Ruby On Rails
  • Technologies used: Visual Studio Code

Getting Started

Clone this repository

$ git clone git@github.com:JohnFTitor/hello-rails-react.git
$ cd hello-rails-react

Commands to run

Run

$ bundle install

To get all the gems required for the project

Then, run

$ npm install

To install packages such as style linters

To check linters locally, use

$ rubocop
$ npx stylelint "**/*.{css,scss}"

Once you have the project correctly set up, run

$ bin/rails db:setup

To run all migrations, create the database for testing and for development, and insert some data into the database for you to visualize the changes

To run the server:

$ ./bin/rails s

For you to see the styling being applied in the browser during development

Authors

👤 Andrés Felipe Arroyave Naranjo

Platform Badge
GitHub @JohnFTitor
Twitter @johnftitor
LinkedIn Andres

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

About

Testing rails with react in one app


Languages

Language:Ruby 64.1%Language:JavaScript 19.4%Language:HTML 14.6%Language:CSS 1.8%