/pizza-shop

A simple pizza shop application with React, Redux

Primary LanguageJavaScript

Pizza application

npm version license

The project is build with a CRA (Create react app) but with some tweaks using react-app-rewired


Getting Started

  1. Clone the project
git clone https://github.com/pomegranitedesign/pizza-shop.git
  1. Install packages
npm i
or
yarn
  1. Start project
npm run start
or
yarn start

Additional notes

  • To build the project run
npm run build
or
yarn build