Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carreraprogrammer/hello-react-front-end
Rails React Effortlessly merging Rails, React, and Redux Toolkit through Webpack to simplifies the development process, elevates front-end user engagement, and guarantees effective state control within a cohesive full-stack web application.
https://github.com/carreraprogrammer/hello-react-front-end
raeact redux
Last synced: about 1 month ago
JSON representation
Rails React Effortlessly merging Rails, React, and Redux Toolkit through Webpack to simplifies the development process, elevates front-end user engagement, and guarantees effective state control within a cohesive full-stack web application.
- Host: GitHub
- URL: https://github.com/carreraprogrammer/hello-react-front-end
- Owner: carreraprogrammer
- License: mit
- Created: 2023-10-06T03:34:46.000Z (about 1 year ago)
- Default Branch: development
- Last Pushed: 2023-10-06T16:06:17.000Z (about 1 year ago)
- Last Synced: 2024-05-17T15:36:43.864Z (8 months ago)
- Topics: raeact, redux
- Language: JavaScript
- Homepage:
- Size: 212 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## HELLO RAILS REACT
# 📗 Table of Contents
- [📖 Rails React](#recipes-app)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [📝 License ](#-license-)# 📖 Rails React Blog Here
**Rails React** Effortlessly merging Rails, React, and Redux Toolkit through Webpack to simplifies the development process, elevates front-end user engagement, and guarantees effective state control within a cohesive full-stack web application.
This is the front-end repository that will consume the [Back-end Rails API](https://github.com/carreraprogrammer/hello-rails-backend)
## 🛠 Built With
Ruby on Rails
### Tech StackClient
- **React & Redux** React & Redux manages the frontend of the application, consuming the API endpoints and displaying the data.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
To have a computer, Internet, Keyboard and Mouse, also you will need Linux OS or WSL (Windows Subsystem for Linux) installed in your computer.
```
### Setup
Clone this repository to your desired folder:
```sh
Open it with Visual Studio Code (or your preffered IDE).
```
### Install
Install this project with:
```sh
Installation is not necessary
```
### Usage
To run the project, execute the following command:
```sh
First, you need to install all the NPM dependencies with the following command:
npm install
```
```sh
Then, you need to run the server with the following command:
npm run start
```
After run the server, you can open the project in your browser with the following URL:
```sh
http://localhost:3001/
```
👤 **Daniel Carrera**
- GitHub: [@carreraprogrammer](https://github.com/carreraprogrammer)
- Twitter: [@carreraprogrammer](https://twitter.com/carreraprog)
- LinkedIn: [Daniel Carrera](https://www.linkedin.com/in/carreraprogrammer/)
- **I will add following features in this project**
Contributions, issues, and feature requests are welcome!
If you like this project please follow me to find more project of this type in future.
I would like to thank microverse to provide me required information to make this project so far.
This project is [MIT](./LICENSE) licensed.