Skip to content

BrookRoberts/SecretSanta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build/dev instructions

JavaScript

Use node to build and install dependencies.

cd into /server/client, run:

  • npm install -g browserify
  • npm install
  • browserify src/app.js -o dst/bundle.js -t [ babelify --presets [ es2015 ] ] (creates dst/bundle.js JS file)

(index.html should be picking up the dst/bundle to load)

CSS

Use sass to generate the CSS.

cd into /server/client, run:

  • sass --watch scss:css (creates the css/style.css CSS file)

About

Starting GitHub repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published