Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 919 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 919 Bytes

University of Information Technology

Linh Thap Furniture Selling App

Course: Multiplatform Programming for Mobile Device (IE307)

VNU-HCM University of Information Technology

Authors:

  • Huynh Nhan Thap (hnthap)
  • Nguyen Cuong Linh

Installation and setup

To download source code and setup the dependencies, run:

git clone https://github.com/hnthap/furniture_selling_app --recurse-submodules --depth 1
cd furniture_selling_app
npm run setup

Run

Server

Starting from the directory of THIS FILE, run this:

cd backend
npm run build
npm run start

Client

Starting from the directory of THIS FILE, run this:

cd frontend
npm run start