Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/filipe1309/ud-react-redux


https://github.com/filipe1309/ud-react-redux

bulma react redux

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

#

UD React Redux


React
Redux
Node.js

## 💬 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:3000

JSON 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)