Skip to content

svnkomo/virtual-showroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VIRTUAL SHOWROOM DEMO

ABOUT

WIP. A web-based virtual furniture showroom where I'll be adding more features over time.

SETUP

Download Node.js. Run these following commands:

TO INSTALL DEPENDENCIES:
npm install

TO RUN ON YOUR LOCAL SERVER, localhost:8080:
npm run dev

TO RUN PRODUCTION BUILD TO 'dist' DIRECTORY:
npm run build