Hello React Frontend is an implemention of a connection between Ruby on Rails back-end and React front-end. Hello Rails Backend handles the backend API, and Hello React Frontend handles the frontend UI to display a random greeting message.
Server
- Display a random greeting message
- N/A
To get a local copy up and running, follow these steps.
In order to run this project you need:
Clone this repository to your desired folder:
git clone git@github.com:blase147/hello-react-front-end.git
cd hello-react-front-end
Install thr project dependencies with:
npm install
To run the project, execute the following command:
npm start
To run the test, execute the following command:
npm test
You can deploy this project using:
npm run deploy
👤 Chukwuma Paul Mosanya
- Add more greeting messages.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project and want to support me make cooler projects Give this project a Star.
Thank you to microverse for giving me the opportunity to learn and grow as a developer.
This project is MIT licensed.