https://github.com/neckerfree/hello-react-front-end
https://github.com/neckerfree/hello-react-front-end
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/neckerfree/hello-react-front-end
- Owner: NeckerFree
- Created: 2022-08-17T00:09:27.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-08-17T23:50:23.000Z (almost 4 years ago)
- Last Synced: 2025-06-14T17:02:23.886Z (12 months ago)
- Language: JavaScript
- Size: 177 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Project Name: Hello world" project with two apps (Front-end)
> This project implements a connection the React front-end
## Built With
- React
## Getting Started
To get a local copy up and running follow these simple example steps.
- Clone Repository using
`git clone https://github.com/NeckerFree/hello-react-front-end`
- Move into project directory
`cd hello-react-front-end`
### Run API
- Located in the root path run `rails server` to start the API
- Visit http://localhost:3000/ in your browser!
- Navigate to http://localhost:3000/api/v1/greetings to see random Greeting in the API
### Run APP
- Ensure that API (http://localhost:3000/api/v1/greetings) is running
- run `npm i` to install dependencies
. run `npm start` to start the React App:
- The app ask to select a different port:
- `Something is already running on port 3000`
- `Would you like to run the app on another port instead? » (Y/n)`
- Enter `Y` and the app open in the browser in next free port, for example:
- http://localhost:3001/
## Author
👤 **Elio Cortés**
- GitHub: [@NeckerFree](https://github.com/NeckerFree)
- Twitter: [@ElioCortesM](https://twitter.com/ElioCortesM)
- LinkedIn: [elionelsoncortes](https://www.linkedin.com/in/elionelsoncortes/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc
## 📝 License
This project is [MIT](./LICENSE) licensed.