An open API service indexing awesome lists of open source software.

https://github.com/alejandroq12/rails-react-frontend-two-app-template

The "Rails and React Front-end - Webpack Two App Template" project serves as a blueprint for developing full-stack applications. This component is the frontend, created using React.js and Redux, designed to be integrated with the backend found here: https://github.com/Alejandroq12/rails-react-backend-two-app-template
https://github.com/alejandroq12/rails-react-frontend-two-app-template

css3 hmtl5 reactjs redux redux-thunk redux-toolkit

Last synced: about 1 month ago
JSON representation

The "Rails and React Front-end - Webpack Two App Template" project serves as a blueprint for developing full-stack applications. This component is the frontend, created using React.js and Redux, designed to be integrated with the backend found here: https://github.com/Alejandroq12/rails-react-backend-two-app-template

Awesome Lists containing this project

README

        

# Rails-React-frontend-Webpack-two-app-template



main-logo


Rails and React Front-end - Webpack Two App Template



# 📗 Table of Contents

- [Rails-React-frontend-Webpack-two-app-template](#rails-react-frontend-webpack-two-app-template)
- [📗 Table of Contents](#-table-of-contents)
- [📖 Rails and React Front-end - Webpack Two App Template. ](#-rails-and-react-front-end---webpack-two-app-template-)
- [🛠 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)
- [Run linter](#run-linter)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)
- [📝 Project journal ](#-project-journal-)

# 📖 Rails and React Front-end - Webpack Two App Template.

The "Rails and React Front-end - Webpack Two App Template" project serves as a blueprint for developing full-stack applications. This component is the frontend, created using React.js and Redux, designed to be integrated with the backend found here:

[Ruby on Rails back-end](https://github.com/Alejandroq12/rails-react-backend-two-app-template)

## 🛠 Built With

### Tech Stack

### Key Features

- **It uses Redux to fetch data from a Ruby on Rails API.**
- **A template for creating future projects.**

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

[Install Ruby](https://www.ruby-lang.org/en/documentation/installation/)

### Setup

```sh
cd my-folder
git clone https://github.com/Alejandroq12/rails-react-frontend-two-app-template.git
```

### Install

Install all necessary dependencies listed in the `Gemfile`.

```sh
npm install
```

### Usage

To run the project, navigate to the project directory and execute the following command:

```sh
npm start
```

### Run tests
Tests will be available soon!

### Run linter

To run linters, run the following command:

```sh
npx stylelint "**/*.{css,scss}"
```

```sh
npx eslint "**/*.{js,jsx}"
```

### Deployment

It does not apply because it is a template.

(back to top)

## 👥 Authors

👤 **Julio Quezada**

- GitHub: [Alejandroq12](https://github.com/Alejandroq12)
- Twitter: [@JulioAle54](https://twitter.com/JulioAle54)
- LinkedIn: [Julio Quezada](https://www.linkedin.com/in/quezadajulio/)

(back to top)

## 🔭 Future Features

- [ ] **You may use this template to create your own projects.**

(back to top)

## 🤝 Contributing

Contributions, [issues](https://github.com/Alejandroq12/rails-react-frontend-two-app-template/issues), and feature requests are welcome!

(back to top)

## ⭐️ Show your support

If you like this project please give a star.
Thanks in advance.

(back to top)

## 🙏 Acknowledgments

Thank you to all my colleagues who always inspire me to more than my best.

(back to top)

## ❓ FAQ

**What did you learn?**

I learned how to set up a full-stack project template using Ruby on Rails, React.js, Redux, PostgreSQL, and Webpack, which is very important foundational knowledge for understanding more about these technologies and their interplay.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)

## 📝 Project journal

This project is [project journal](./PROJECT_JOURNAL.md).

(back to top)