Hello Rails React

In the project we created a small app for learning purposes. This app's front-end implemented with React.js but it is incorporated in a Rails project which implements backend functionality.

Built With

  • ReactJS/Redux
  • Ruby on Rails

Getting Started

Follow this steps to get the app running on local machine:

  • Clone this repo https://github.com/mugberto/hello-rails-react

    git clone https://github.com/mugberto/hello-rails-react.git
  • Navigate to hello-rails-react folder/directory

    cd hello-rails-react
  • While inside hello-rails-react folder, install gems with

    bundle install
  • Next, create and populate the database with initial data

    rails db:setup
  • Next, install dependencies of the react app.

    npm install
  • Lastly, start the rails server

    rails server
  • Open http://localhost:3000 to view it in the browser.
    Note: You may need to change the port number if your are running rails server on a different port.

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/newFeature)
  3. Commit your Changes (git commit -m 'Add some newFeature')
  4. Push to the Branch (git push -u origin feature/newFeature)
  5. Open a Pull Request

Authors

👤 Hubert Mugabo

Acknowledgements

  • Microverse Team

Show your support

Give a ⭐️ if you like this project!