Linke to Back-end
- Hello Rails React is a simple web app that combines functionalities of Ruby on Rails and React. It allows users to get a random greeting from the backend API.
Client
Server
Database
- To get a local copy up and running follow these simple example steps.
In order to run this project you need:
- Ruby development environment
- Rails
- Node
- npm or yarn
- Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/shaqayq/react-front-end
- Install this project with:
cd hello-rails-react
bundle install
yarn install || npm install
To run tests, run the following command:
rspec
👤 Shaqayq Darwazi
- GitHub: @shaqayq
- Twitter: @Darwazi-shaqayq
- LinkedIn: shaqayq-darwazi
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.