Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gisachris/react_rails_joint_app
This is a joint application for react and rails for cohesive front and backend integration with jsbundling-rails with webpack
https://github.com/gisachris/react_rails_joint_app
jsbundling jsbundling-rails rails reactjs ruby webpack
Last synced: 15 days ago
JSON representation
This is a joint application for react and rails for cohesive front and backend integration with jsbundling-rails with webpack
- Host: GitHub
- URL: https://github.com/gisachris/react_rails_joint_app
- Owner: gisachris
- License: mit
- Created: 2023-09-26T14:07:24.000Z (about 1 year ago)
- Default Branch: development
- Last Pushed: 2023-09-27T13:55:43.000Z (about 1 year ago)
- Last Synced: 2024-10-27T06:42:16.800Z (about 2 months ago)
- Topics: jsbundling, jsbundling-rails, rails, reactjs, ruby, webpack
- Language: Ruby
- Homepage:
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [📝 License](#license)# 📖 rails_react_joint_application
**rails_react_joint_application** This is a joint application for react and rails for cohesive front and backend integration with jsbundling-rails with webpack
Ruby
Rails
PostgreSQL
- **Display Messages**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
gem install rails
```
### Setup
Clone this repository to your desired folder:
```sh
git clone https://github.com/gisachris/react_rails_joint_app.git
cd react_rails_joint_app
```
### Install
Install this project with:
```sh
cd react_rails_joint_app
bundle install
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
### Run tests
To run tests, run the following command:
```sh
rspec
```
👤 **Gisa Chris**
- GitHub: [@gisachris](https://github.com/gisachris)
- LinkedIn: [LinkedIn](https://linkedin.com/in/gisa-chris/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/gisachris/react_rails_joint_app/issues).
If you like this project consider leaving a star in the repo.
This project is [MIT](./MIT.md) licensed.