Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1002 Bytes

README.md

File metadata and controls

54 lines (33 loc) · 1002 Bytes

E-Warung Client

E-Warung(Client) is an E-commerce app build with Typescript, Next, & Tailwind

Overview

Screenshot

Homepage

Links

Built with

Author

⚒ Usage

👥 Clone the repo

$ git clone https://github.com/gfsxyz/warung-client.git

🔑 Setup Env File

Create an .env file on root file and insert:

NEXT_PUBLIC_API_URL=https://warung-admin.vercel.app/api/55d3bf72-b32d-432e-9082-a96e86341a40

📦 Install dependencies

$ npm install

✨ Start/Run the app

$ npm run dev