Skip to content

thomaslecoeur/LUMA-VR-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LUMA VR Experiment


VR experiment made by @Thomas_Lecoeur, @quentin_neyraud, @remsclippa & @tristanpicut at DΣIS.

Getting started


npm install

bower install will be executed automatically after any npm install call

Configure your project


Configure your project paths with the PATH AND FILES VARIABLES from gulpfile.js

Adding library dependencies


Using bower, use :

bower install jquery --save

gulp inject task will be executed automatocally after any bower install call. This task basically add each dependancy to your FILES.inject files (cf. Configure your project).

Usage


Global syntax requirements


  • All CSS classes used in javascript must be prefixed by js- to pass through UnCSS Gulp task

Development


Run gulp

This command will be enough to start a server from your src folder. It will watch each scss, js and images files to work like a boss with BrowserSync.

Production


gulp build

This command will build your project in the build folder specified in the config of gulpfile.js

You can then run gulp serve --env=prod to run a server from the build directory in order to see the result of your awesome work.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published