Skip to content

Bell-Myeong/VRWebViewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VRWebViewer

Execution

  • Install node dependencies.
$ npm install
  • Install monogodb
$ brew install mongodb
  • Initialize Database
$ mkdir -p $PROJECT DIR/data/db
  • Start Database
$ mongod --dbpath $PROJECT DIR/data/db &
  • Run Server
$ DEBUG=express:* node ./bin/www

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.3%
  • Pug 23.7%
  • CSS 7.0%