https://github.com/sultan99/pizza-order
🍕 Demo application for making pizza order.
https://github.com/sultan99/pizza-order
Last synced: 4 months ago
JSON representation
🍕 Demo application for making pizza order.
- Host: GitHub
- URL: https://github.com/sultan99/pizza-order
- Owner: sultan99
- Created: 2019-05-25T05:51:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-30T07:15:02.000Z (over 1 year ago)
- Last Synced: 2025-04-10T20:18:33.203Z (about 1 year ago)
- Language: TypeScript
- Size: 5.36 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Pizza Order Demo Application

🍭 Here you can find UI prototype: [figma](https://www.figma.com/file/Q1ZdtQ99iiRosAt92XntjEOf/%F0%9F%8D%95-Pizza-Order?node-id=0%3A1)
📺 Here you can find [online demo](https://codesandbox.io/p/devbox/github/sultan99/pizza-order/tree/master/)
📖 If you liked the approach, you can read more about it in the article [Simplified Redux](https://dev.to/sultan99/simplified-redux-fp).
## Getting started
Don't worry be magic 🧙
🧙 Three magic lines to get the project:
```sh
git clone git@github.com:sultan99/pizza-order.git
cd pizza-order
npm i
```
🧙 Two magic commands to start:
```sh
npm run build
npm run server
```
🔗 One magic link to get involved: [http://localhost:3000](http://localhost:3000/)
## Development enviroment
🧙 Two magic words to start:
```sh
npm start
```
🔥 Hot reloads on every changes: [http://localhost:8080](http://localhost:8080/)