https://github.com/mavericksbalitaan/hello-rails-react
Microverse Module 05 Project: This is an educational project to set up a "Hello world" project as one app with Webpack.
https://github.com/mavericksbalitaan/hello-rails-react
jsbundling microverse microverse-projects microverse-ruby microverse-students rails react ruby ruby-on-rails rubygems webpack
Last synced: about 2 months ago
JSON representation
Microverse Module 05 Project: This is an educational project to set up a "Hello world" project as one app with Webpack.
- Host: GitHub
- URL: https://github.com/mavericksbalitaan/hello-rails-react
- Owner: mavericksbalitaan
- Created: 2022-09-13T04:29:16.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2023-04-17T06:16:30.000Z (about 3 years ago)
- Last Synced: 2025-01-15T05:48:04.880Z (over 1 year ago)
- Topics: jsbundling, microverse, microverse-projects, microverse-ruby, microverse-students, rails, react, ruby, ruby-on-rails, rubygems, webpack
- Language: Ruby
- Homepage:
- Size: 896 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hello-Rails-React
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Author](#author)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
**Hello-Rails-React** is an educational project to set up a "Hello world" project as one app with Webpack.
## 🛠 Built With
- [x] Programming Language: [Ruby](https://www.ruby-lang.org/en/), [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
- [x] Framework: [Ruby on Rails](https://rubyonrails.org/), [React](https://reactjs.org/)
- [x] Linter: [Rubocop](https://rubocop.org/), [stylelint](https://stylelint.io/)
- [x] Code Editor: [Visual Studio Code](https://code.visualstudio.com/)
Client
Server
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- [x] A web browser like Google Chrome.
- [x] A code editor like Visual Studio Code with Git and Ruby.
You can check if Git is installed by running the following command in the terminal.
```
$ git --version
```
Likewise for Ruby installation.
```
$ ruby --version && irb
```
To install rails, in the terminal kindly run this command
```
$ gem install rails
```
### Setup
Clone this repository to your desired folder:
### Install
Install this project with:
```
$ git clone git@github.com:mavericks-db/hello-rails-react.git
$ cd hello-rails-react/
```
### Usage
To run the project, execute the following command:
```
$ ./bin/dev
```
### Run tests
To install rspec, in the terminal kindly run this command
```
$ gem install rspec
```
To run tests, run the following command:
```
$ rspec ./spec/#{filename}_spec.rb
```
👤 **Mavericks Balitaan**
- GitHub: [@mavericks-db](https://github.com/mavericks-db)
- Twitter: [@mavericks_db](https://twitter.com/mavericks_db)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/mavericks-db/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Give a ⭐️ if you like this project!
I would like to thank [Microverse](https://www.microverse.org/) and its Code Reviewers.
This project is [MIT](./MIT.md) licensed.