https://github.com/salimer/hello-react-front-end
https://github.com/salimer/hello-react-front-end
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/salimer/hello-react-front-end
- Owner: Salimer
- License: mit
- Created: 2023-09-19T09:44:03.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-09-19T13:10:18.000Z (over 2 years ago)
- Last Synced: 2025-04-13T16:48:51.352Z (about 1 year ago)
- Language: JavaScript
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hello React Frontend
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Hello React Frontend ](#-hello-react-frontend-)
- [🛠 Built With ](#-built-with-)
- [Key Features ](#key-features-)
- [Project BackEnd ](#project-backend-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
> This is a single app with Rails as Frontend
Tech Stack
- React Js
- Redux Js
- Front end fetching greeting message from the rails api backend
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
Example command:
```sh
npx create-react-app .
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/Salimer/hello-rails-back-end.git
```
### Install
To install dependencies Run the following commands:
```sh
npm install
```
### Usage
To run the project, execute the following command:
```sh
npm start
```
### Run tests
To run tests, run the following command:
```sh
npm test
```
👤 **Salim Bamahfoodh**
- GitHub: [@salimer](https://github.com/salimer)
- Add GUI
Contributions, issues, and feature requests are welcome!
If you like this project, give it a star.
- Thanks to all Microverse community
This project is [MIT](./LICENSE) licensed.