An open API service indexing awesome lists of open source software.

https://github.com/georgewpark/pizza-builder

A 'create your own' style visual pizza builder using React.
https://github.com/georgewpark/pizza-builder

css javascript pizza react typescript

Last synced: 3 months ago
JSON representation

A 'create your own' style visual pizza builder using React.

Awesome Lists containing this project

README

        

# Pizza Builder

A 'create your own' style visual pizza builder using React.

![Pizza Builder Demo](demo-gif.gif 'Pizza Builder Demo')

## Live Demo

A live demo is available on [CodePen](https://cdpn.io/xeGmmP) and [Netlify](https://react-pizza-builder.netlify.app/).

## License

This project is licensed under the MIT License - see the [license.md](license.md) file for details.

## Project Setup

From the root directory, install project dependencies by running `npm install` from the terminal.

Build the files and start the local dev server by running `npm run dev` from the terminal. This should open the dev site automatically at http://localhost:3000/.

You can build the files without starting the dev server by running `npm run build` from the terminal to compile the development build or `npm run prod` to compile the production build.