https://github.com/isabelamoraes/ignite-reactjs-redux
https://github.com/isabelamoraes/ignite-reactjs-redux
axios immer json-server reactjs redux redux-saga sagas typscript
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/isabelamoraes/ignite-reactjs-redux
- Owner: isabelamoraes
- Created: 2022-04-03T18:12:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-03T18:18:56.000Z (about 3 years ago)
- Last Synced: 2025-01-23T01:12:41.352Z (4 months ago)
- Topics: axios, immer, json-server, reactjs, redux, redux-saga, sagas, typscript
- Language: TypeScript
- Homepage:
- Size: 418 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
REDUX
State management with Redux
Features |
Getting Started |
Reference## Features
This project was developed with the following technologies:
- **[React JS](https://reactjs.org/)** - A JavaScript library for building user interfaces.
## Getting Started
To clone and run this application, place from your command line:
```bash
# Clone this repository
$ git clone https://github.com/isabelamoraes/ignite-reactjs-redux.git# Go into the repository
$ cd ignite-reactjs-redux# Install dependencies
$ yarn# Run the server
$ yarn server# Run the application
$ yarn start```
## Reference
This application was developed during the classes of the Redux bonus module of the ReactJS track on Ignite, training promoted by Rocketseat.