The Hello rails react frontend app is a simple web app that greets user with random greeting messages.
Technologies
- get random greeting message
To get a local copy up and running, follow these steps.
In order to run this project you need to have the following in local computer:
- install Ruby
- install Ruby on Rails
- install PostgreSQL
- install react
- install react dom
Clone this repository to your desired folder:
- Open terminal
- git clone the backend: https://github.com/mudasiri/hello-react-back-end.git
- git clone the frontend: https://github.com/mudasiri/hello-react-front-end.git
- cd budget-app
Install this project backend with:
- bundle install
Install this project frontend with:
- npm install
To run the backend project, run the following command:
- rails server
👤 BB Simon
- GitHub: @githubhandle
- LinkedIn: LinkedIn
- Twitter: @twitterhandle
- Implement unit and integration tests
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
- Give a ⭐️ if you like this project!
- I would like to thank Microverse for giving us this opportunity to learn and grow as a developer by providing me with Hello rails react frontend app idea with it's wireframes.
This project is MIT licensed.