Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/filipe1309/ud-react-redux
https://github.com/filipe1309/ud-react-redux
bulma react redux
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/filipe1309/ud-react-redux
- Owner: filipe1309
- License: mit
- Created: 2023-06-17T00:57:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-14T16:38:00.000Z (over 1 year ago)
- Last Synced: 2024-11-16T08:16:31.159Z (2 months ago)
- Topics: bulma, react, redux
- Language: JavaScript
- Homepage:
- Size: 1.83 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
UD React Redux
## 💬 About
This project was developed following Udemy's "[Modern React with Redux](https://www.udemy.com/course/react-redux/)" class.
## :computer: Technologies
- [React](https://reactjs.org/)
- [Create React App](https://create-react-app.dev/)
- [Redux](https://redux.js.org/)
- [Node.js](https://nodejs.org/en/)
- [Bulma](https://bulma.io/)
- [JSON Server](https://www.npmjs.com/package/json-server)## :scroll: Requirements
- [Node.js](https://nodejs.org/en/)
- [NPM](https://www.npmjs.com/) or [Yarn](https://yarnpkg.com/)## :cd: Installation
```sh
git clone [email protected]:filipe1309/ud-react-redux.git
``````sh
cd ud-react-redux
``````sh
npm install
```## :runner: Running
### With Makefile
```sh
make run section=SECTION_NUMBER
```
> Example: `make run section=03`
> Access http://localhost:3000### Manually
Enter the section folder:
```sh
cd section-SECTION_NUMBER
```Enter the app folder:
```sh
cd app
```Main application:
```sh
npm start
```
> Access http://localhost:3000JSON Server API (sections 7, 8 && 9):
```sh
npm run server
```
> Access http://localhost:3001## License
[MIT](https://choosealicense.com/licenses/mit/)
## About Me
---
Done with  :heart:  by Filipe Leuch Bonfim 🖖---
> @ Generated with [ShubcoGen Templateâ„¢](https://github.com/filipe1309/shubcogen-template)