Skip to content

mihai-varga/MPS2015-proiect-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published