alanbsmith / pizza-router-demo

an example client app using the React router

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DESCRIPTION

This is an example client application using the React Router for consuming a JSON API. It's designed to work with the Pizza Repo API.

UP & RUNNING

  • clone the repo and run git checkout getting-started
  • to install the node modules run npm install.
  • run npm start and visit http://localhost:8080/

If you see 'Hello, World' in the browser, you're good to go!

USING THE PIZZA API

If you get back some JSON, you're all set! There's also thorough documentation on using the API here.

About

an example client app using the React router


Languages

Language:JavaScript 85.6%Language:HTML 7.5%Language:CSS 6.9%