/rails-react-recipes

Practice project following the instructions from: https://www.digitalocean.com/community/tutorials/how-to-set-up-a-ruby-on-rails-project-with-a-react-frontend

Primary LanguageRubyMIT LicenseMIT

Contributors Forks Stargazers Issues Hireable

Rails React Recipes

Practice project following the instructions from: https://www.digitalocean.com/community/tutorials/how-to-set-up-a-ruby-on-rails-project-with-a-react-frontend

Additional description about the project and its features.

Built With

  • HTML
  • CSS
  • JAVASCRIPT
  • NPM
  • REACT
  • NODE
  • RUBY ON RAILS
  • VSCODE

Getting Started

  • Follow the live demo link and enjoy the site.

Usage

To have this app on your pc, you need to:

  • download or clone this repo:

    • Clone with SSH:
      git@github.com:javitocor/rails-react-recipes.git
    
    • Clone with HTTPS
      https://github.com/javitocor/rails-react-recipes.git
    
  • In the project directory, you can run:

    • $ npm install - installs all the dependencies required by the project

    • $ bundle install - installs all required gems

    • $ rails s - runs the app in the development mode:

      • Open http://localhost:3000 to view it in the browser.
      • The page will reload if you make edits.
      • You will also see any lint errors in the console.

Automated Test

  • $ npm run test
    • Launches the test runner in the interactive watch mode.
    • See the section about running tests for more information.

Author

👤 Javier Oriol Correas Sanchez Cuesta

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments 🚀

📝 License

This project is MIT licensed.