Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 404 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 404 Bytes

project-greenfield

To build:

For development:

npm run dev_build

For production:

npm run production_build

To start:

npm start

To view:

Go to localhost:8866/?products=:product_id, where the product_id is the id of the product you would like to view.

Please note: simply navigating to localhost:8866 will result in a 404 error. There is no homepage, there are only product pages