Skip to content

isabelamoraes/ignite-reactjs-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REDUX

State management with Redux

Features   |    Getting Started   |    Reference

Features

This project was developed with the following technologies:

  • React JS - A JavaScript library for building user interfaces.

Getting Started

To clone and run this application, place from your command line:

# 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.