📖 Hello-React-On-Rails Hello-React-On-Rails
Hello-react-on-rails is a react and rails app that display a random greeting to the user.
- display random greetings
To get a local copy up and running, follow these steps.
In order to run this project you need:
cd my-folder
git clone https://github.com/devalibello/hello-rails-react.git
This project requires Ruby in rails additional dependencies. Also, it uses RuboCop as a linter and you should set it up as well.
bundle install
To run the project, navigate to the project directory and execute the following commands:
setup dependencies:
bundle install
yarn add react react-dom
yarn add @babel/core @babel/preset-env @babel/preset-react babel-loader --dev
build app:
yarn run build
run server
./bin/dev
To run tests, run the following command:
Run the following command
rubocop
npx eslint "**/*.{js,jsx}"
Ali Bello Imoukhuede
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
-make a second api call
Contributions, issues, and feature requests are welcome!
If you like this project please follow me to find more projects of this type in future.
I would like to thank to my coding partners from Microverse bootcamp.
This project is MIT licensed.