Application for users to select pizza sizes with their topping of choice.
Created React, Redux, GraphQL and Typescript. Using the create-react-app
tool for a quick setup.
There's a live demo running in https://deathwebo.github.io/pizza-time but it looks like the graphql server is not accepting requests from a source other than localhost. So the pizza sizes are not currently loading.
- node and npm installed
- Clone this repo locally
- Change directory to the newly created repository directory
- Execute
yarn install
ornpm install
to install all dependencies - Execute
yarn start
ornpm run install
to initialize the local instance - Visit the provided url,
http://localhost:3000
by default - Order delicious pizza!
- Add bulma to style things up