This web application is a connection between Rails and React using
Webpack
withjsbundling-rails
gem.
- Major: Ruby, HTML,CSS
- Frameworks:
Rails
- Technologies: Git, Gitflow, Linters, Github, PostgreSql, Rubocop
The live demo is no available
To get a local copy up and running follow these simple example steps.
- Have a computer and internet connection
- Have
Ruby
installed on your computer - Have
Rails
installed on your computer - Have a basic knowledge of
Ruby
andOOP
concept - Have a basic knowledge of
Rails
- Have a general understanding of what testing is
- Have
visual-studio code
or any other code editor installed on your computer.
- In order to get a copy of this project you need to download it from https://github.com/Chrissiku/hello-rails-react
- Extract the zipped file and open it in your code editor
- Run the command bellow in your terminal to get all required files
bundle install
npm install
or
yarn add
you can run one of the following command in your terminal
- Run testing
rspec
- Run linters
> Rubocop --color
> Rubocop -a
👤 Chris Siku
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hats off to the whole microverse community
This project is MIT licensed.