Skip to content

Latest commit

 

History

History
57 lines (50 loc) · 2.5 KB

README.md

File metadata and controls

57 lines (50 loc) · 2.5 KB

pastry-shop

Pastry shop using ReactJS


    *------------------------------------------------------------*
    | Innapstry Shop    | Product search |                   --- | <--- Menu
    | ---------------------------------------------------------- |
    | New products ||| Popular procuts ||| About Us ||| Contacts |
    |                                                            |
    | *--------------------------------------------------------* |
    | |                                                        | |
    | | Product Cart 1                                         | |
    | |                                                        | |
    | *--------------------------------------------------------* |
    |                                                            |
    | *--------------------------------------------------------* |
    | |                                                        | |
    | | Product Cart 2                                         | |
    | |                                                        | |
    | *--------------------------------------------------------* |
    |                                                            |
    | ...                                                        |
    |                                                            |
    | *--------------------------------------------------------* |
    | |                                                        | |
    | | Product Cart N                                         | |
    | |                                                        | |
    | *--------------------------------------------------------* |
    |                      --- Footer ---                        |
    *------------------------------------------------------------*

Getting started

git clone https://github.com/daggerok/pastry-shop.git
code pastry-shop
cd pastry-shop
npm i -E --omit=optional
npm run dev
open http://127.0.0.1:1234

Useful links