https://github.com/mavericksbalitaan/hello-react-front-end
Microverse Module 05 Project: This is an educational project to set up a "Hello world" project as two separated apps.
https://github.com/mavericksbalitaan/hello-react-front-end
javascript microverse microverse-projects microverse-ruby microverse-students react ruby ruby-on-rails rubygems
Last synced: 2 months ago
JSON representation
Microverse Module 05 Project: This is an educational project to set up a "Hello world" project as two separated apps.
- Host: GitHub
- URL: https://github.com/mavericksbalitaan/hello-react-front-end
- Owner: mavericksbalitaan
- Created: 2022-09-13T10:17:05.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2023-04-17T06:30:26.000Z (about 3 years ago)
- Last Synced: 2025-06-05T22:41:11.024Z (about 1 year ago)
- Topics: javascript, microverse, microverse-projects, microverse-ruby, microverse-students, react, ruby, ruby-on-rails, rubygems
- Language: JavaScript
- Homepage:
- Size: 867 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hello-React-Front-End
# 📗 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)
- [👥 Author](#author)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
**Hello-React-Front-End** is an educational project to set up a "Hello world" project as two separated apps.
Back-End: [Hello-Rails-Back-End](https://github.com/mavericks-db/hello-rails-back-end)
## 🛠 Built With
- [x] Programming Language: [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
- [x] Framework: [React](https://reactjs.org/)
- [x] Linter: [stylelint](https://stylelint.io/)
- [x] Code Editor: [Visual Studio Code](https://code.visualstudio.com/)
Client
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
```
### Setup
Clone this repository to your desired folder:
### Install
Install this project with:
```
$ git clone git@github.com:mavericks-db/hello-react-front-end.git
$ cd hello-react-front-end/
```
### Usage
Install the package dependencies:
```
$ npm install
```
To run the project, execute the following commands:
```
$ npm start
```
👤 **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.