Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 800 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 800 Bytes

SWAPI React Interface

Simple React interface for searching the Star Wars API. Serves no real purpose, but is useful as an example or boilerplate for a React / Redux SPA using an API as a content source.

SWAPI Screenshot

Demo

Click here for a demo.

Dependencies

  • Node / NPM - Tested with Node v7.2.0.
  • Yarn - npm install yarn -g
  • yarn install - to install project dependencies.

Get Started

  • npm start - to start webpack dev server and watch for changes. Opens app in new browser window at http://localhost:8080.

Other Commands

  • npm run build - build production assets
  • npm run lint - run code quality tests