MPS2015-proiect-1

Getting started

sudo apt-get install nodejs npm (might need to install nodejs-legacy)
npm install
sudo npm install -g grunt-cli
grunt build
cd .git/hooks && ln -s ../../.git-hooks/* ./

Running things

  • the client
grunt http-server

Then open localhost:8000 in your browser

  • the server
grunt nodemon
  • if things change in the code, simply
grunt build

##Code structure

client/
    src/*
    dist/
        carousel.js
server/
    src/*
    dist/
        server.js
package.json
Gruntfile.js
index.html