yunda / mavens-social-interactions

Maven Of London Front End Developer Assessment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mavens Social Interactions

Mavens Of London Front End Developer Assessment

Demo

Maintain

I use Browserify on this project. So if you want to put some cahnges you'll have to install it.

npm install -g browserify

To build the project run next command from the project folder.

browserify js/app.js -o static/bundle.js

If you're on Mac use

npm run build

You can also watch the chages, but you gonna need Watchify for this

npm install -g watchify

watchify js/app.js -o static/bundle.js --debug --verbose

or for Mac users

npm run watch

Tools used

  • Mac OS
  • Sublime Text 2
  • Sketch

About

Maven Of London Front End Developer Assessment


Languages

Language:JavaScript 92.7%Language:CSS 7.3%