Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 952 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 952 Bytes

This project was created as the base for the redaction of the article Tutorial | Creating a form with React + Redux

Objective

The objective of this project was to create a boilerplate/ provide an easy way to create a form with react and redux. This project can be used as a base to implement any kind of forms.

Use this project

To use this project, get the code from the github repository:

git clone https://github.com/pierresegonne/tuto_form_react-redux.git

Then install the dependencies with yarn

and boot the project with yarn start

Ressources