About This Workshop • Setup • Step by Step • Credits • Related
An webapp with studying purposes, that consumes the SWAPI - The Star Wars API.
This repository have 8 step by step branches, ordered by app growth, while you learn the React concepts.
Follow these steps:
# Clone this repository
$ git clone https://github.com/brenohq/react-made-simple-workshop
# Go into the repository
$ cd react-made-simple-workshop
# Install dependencies
$ npm install
# Run the app
$ npm start
# kill the previous npm command and
$ git checkout step-1
# Install dependencies
$ npm install
# Run the app
$ npm start
# Repeat these steps with step-x branch
$ git checkout step-2
This software uses code from several open source packages.