Git Product home page Git Product logo

devoxx-2015-game-front's Introduction

devoxx-2015-game-front

Game development challenge for devoxx 2015

Alt text Alt text Alt text Alt text

Contribute

Prerequisities

Grab the code

  1. Clone this repo and cd into it:

git clone --recursive https://github.com/groupe-sii/devoxx-2015-game-front && cd devoxx-2015-game-front && git submodule foreach --recursive git checkout master

This command does three things:

  • It clones this repo
  • change directory to devoxx-2015-game-front
  • Git checkout master branch of all submodules
  1. Fist, you need to install Gulp and Bower, using NPM:

npm i bower gulp

  1. Then, install local deps:

npm i && bower i

Start coding

  1. Run a local dev server using Gulp:

gulp serve

Build your code locally:

If you need to build your code on your machine, use this command:

gulp build

Read the socket server API

The Socket server API documentation is in the documention folder. It is based on Swagger (http://swagger.io/). To access it, please refere to this repo (https://github.com/groupe-sii/devoxx-2015-game-doc)

Troubleshooting

Error: Cannot find module 'xxx'

You need to install the xxx module manually:

npm i xxx

devoxx-2015-game-front's People

Contributors

manekinekko avatar aurelien-baudet avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.