https://github.com/javitocor/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
https://github.com/javitocor/rails-react-recipes
css rails-application reactjs tutorial
Last synced: 10 months ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/javitocor/rails-react-recipes
- Owner: javitocor
- License: mit
- Created: 2020-08-25T16:42:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T12:16:28.000Z (over 5 years ago)
- Last Synced: 2025-01-25T17:12:08.947Z (about 1 year ago)
- Topics: css, rails-application, reactjs, tutorial
- Language: Ruby
- Homepage:
- Size: 253 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]

# 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](https://github.com/javitocor/rails-react-recipes/archive/development.zip) 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](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](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
## Author
👤 Javier Oriol Correas Sanchez Cuesta
- Github: [@javitocor](https://github.com/javitocor)
- Twitter: [@JavierCorreas4](https://twitter.com/JavierCorreas4)
- Linkedin: [Javier Oriol Correas Sanchez Cuesta](https://www.linkedin.com/in/javier-correas-sanchez-cuesta-15289482/)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/javitocor/rails-react-recipes/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments 🚀
- [Digital Ocean](https://www.digitalocean.com/community/tutorials/how-to-set-up-a-ruby-on-rails-project-with-a-react-frontend)
- [Chucks Opia](https://www.digitalocean.com/community/users/troy34)
## 📝 License
This project is [MIT](lic.url) licensed.
[contributors-shield]: https://img.shields.io/github/contributors/javitocor/rails-react-recipes.svg?style=flat-square
[contributors-url]: https://github.com/javitocor/rails-react-recipes/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/javitocor/rails-react-recipes.svg?style=flat-square
[forks-url]: https://github.com/javitocor/rails-react-recipes/network/members
[stars-shield]: https://img.shields.io/github/stars/javitocor/rails-react-recipes.svg?style=flat-square
[stars-url]: https://github.com/javitocor/rails-react-recipes/stargazers
[issues-shield]: https://img.shields.io/github/issues/javitocor/rails-react-recipes.svg?style=flat-square
[issues-url]: https://github.com/javitocor/rails-react-recipes/issues