Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 680 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 680 Bytes

Pizza Delivery frontend

Installation

Its better to start from backend

Then do the following steps:


Clone the repository to your server and run command:

npm -i

If you want to build your bundle in the /dist folder run the command:

npm run build:prod

or you can specify the output folder to get build on your backend root folder:

npm run build:prod -- --env.output-path=../sa-pizza-delivery/frontend

Your bundle is ready, go to the server and run the app!