Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eapenzacharias/hello-react-front-end
https://github.com/eapenzacharias/hello-react-front-end
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eapenzacharias/hello-react-front-end
- Owner: eapenzacharias
- License: mit
- Created: 2022-04-23T18:34:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-24T04:48:51.000Z (over 2 years ago)
- Last Synced: 2023-03-03T01:37:28.202Z (over 1 year ago)
- Language: JavaScript
- Size: 326 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hello React - Front-end
Simple app to practice rails and react connection as two repos
## Built With
- React
- React-Redux
- Redux-Thunk for handling asynchronous dispatch
- [Backend API](https://github.com/eapenzacharias/hello-rails-back-end)## Getting Started
Clone the repo and enter the directory.
```shell
git clone [email protected]:eapenzacharias/hello-react-front-end.git && cd hello-rails-front-end
```### Prerequisites
You need to have `npm` installed on your local machine.
### Install
Install the npm packages.
```shell
npm install
```### Usage
Run `npm run dev` to start the local server and try the app.
```shell
npm run dev
```## Author
👤 **Eapen Zacharias**
- GitHub: [@eapenzacharias](https://github.com/eapenzacharias)
- Twitter: [@eapenzac](https://twitter.com/eapenzac)
- LinkedIn: [LinkedIn](https://linkedin.com/in/eapenzac)## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.