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.
Click here for a demo.
- Node / NPM - Tested with Node v7.2.0.
- Yarn -
npm install yarn -g
yarn install
- to install project dependencies.
npm start
- to start webpack dev server and watch for changes. Opens app in new browser window at http://localhost:8080.
npm run build
- build production assetsnpm run lint
- run code quality tests