Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dennis-every/hello-rails-react

A demo Rails 7 app with React using webpack through jsbundling
https://github.com/dennis-every/hello-rails-react

Last synced: about 1 month ago
JSON representation

A demo Rails 7 app with React using webpack through jsbundling

Awesome Lists containing this project

README

        


Hello Rails React



# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 About ](#-about-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Author ](#-author-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ (OPTIONAL) ](#-faq-optional-)
- [📝 License ](#-license-)

# 📖 About

**Hello React Rails** is a demo Rails 7 app with React using webpack through jsbundling

## 🛠 Built With

### Tech Stack

Rails, React, Postgresql

### Key Features

- **React front end with a Ruby on Rails backend using webpack and jsbundling**

(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:

- A working computer
- A connection to the internet

### Setup

Clone this repository to your desired folder:

- git clone https://github.com/dennis-every/hello-rails-react.git

### Install

- rails db:create
- rails db:migrate
- rails db:seed

### Usage

To run the project, execute the following command:

- bin/dev
- visit http://localhost:3000

(back to top)

## 👥 Author

👤 **Dennis Every**

- GitHub: [@dennis-every](https://github.com/dennis-every)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project feel free to fork it and use it as you need.

(back to top)

## 🙏 Acknowledgments

- Thanks @Microverse

(back to top)

## ❓ FAQ (OPTIONAL)

- **Can I use the project for any purpose?**

- Yes, you can use this files for anything you need

(back to top)

## 📝 License

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

(back to top)