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.
- Host: GitHub
- URL: https://github.com/braincee/hello-react-front-end
- Owner: braincee
- Created: 2022-11-22T12:05:56.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2022-11-22T16:08:13.000Z (over 3 years ago)
- Last Synced: 2025-03-28T06:33:20.276Z (about 1 year ago)
- Topics: javascript, micoverse, microverse-projects, microverse-students, react, webpack
- Language: JavaScript
- Homepage:
- Size: 376 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
> 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.