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.
- Host: GitHub
- URL: https://github.com/georgewpark/pizza-builder
- Owner: georgewpark
- License: mit
- Created: 2019-04-02T18:22:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-05T18:09:09.000Z (11 months ago)
- Last Synced: 2025-01-06T03:51:30.565Z (4 months ago)
- Topics: css, javascript, pizza, react, typescript
- Language: SCSS
- Homepage: https://react-pizza-builder.netlify.app/
- Size: 2.29 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Pizza Builder
A 'create your own' style visual pizza builder using React.

## 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.