- Delivery Booking
- Delivery tracking
- Delivery history
- Clone the repository.
- Install dependencies with
npm install
. - Run the development server with
npm run dev
.
- Clone the repository.
- Install dependencies with
npm install
. - Build the production server with
npm run build
. - Run the server
npm run start
.