brenohq / react-made-simple-workshop

An React.js workshop ministrated by me on the http://seti.ufla.br/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About This WorkshopSetupStep by StepCreditsRelated

React Made Simple

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.

Setup

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

Step By Step

# 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

Credits

This software uses code from several open source packages.

Related

SWAPI - The Star Wars API

About

An React.js workshop ministrated by me on the http://seti.ufla.br/

License:MIT License


Languages

Language:JavaScript 93.8%Language:HTML 6.2%