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

https://github.com/braincee/hello-react-front-end

Microverse Module 05 Project: This is an educational project to set up a "Hello world" project as one app with Webpack.
https://github.com/braincee/hello-react-front-end

javascript micoverse microverse-projects microverse-students react webpack

Last synced: 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.

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)

# Hello React Front End

> Create a React front-end with a Rails back-end and connect them to display a random greeting message.

## Built With

- React
- Redux

## Link to back end
[link](https://github.com/braincee/hello-rails-back-end/tree/development)

## Getting Started

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

### Prerequisites

- Web browser --> Microsoft edge, Chrome
- Code editor --> VS Code

### Setup

To setup the project locally: clone the repository using:

```
git clone https://github.com/braincee/hello-react-front-end.git
```

### Install dependencies

run : `npm install`

### Build the app

run: `npm run build`

### Run the app

run: `npm start`

## Authors

👤 **Stephen Annor**

- GitHub: [@braincee](https://github.com/brancee)
- Twitter: [@annor0543](https://twitter.com/annor0543)
- LinkedIn: [Stephen Annor](https://www.linkedin.com/in/stephen-annor/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/braincee/hello-react-front-end/issues).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- Hat tip to code reviewers and to everyone who reviewed the project and made suggestions.