SWStarter

Overview

A React application using SWAPI (Star Wars API) to search for character and movie information.

Get Started

clone the repo

git clone https://github.com/brittani1128/swstarter.git

install dependencies and start server

cd swstarter
yarn install
yarn start

install React dependencies and start app

cd client
yarn install
yarn start