Giter Club home page Giter Club logo

projet-aos-bananabomb's Introduction

BananaBomb Project

Bienvenue dans le monde explosif de BananaBomb, un jeu inspiré du célèbre Bomberman!

Installation

Pour installer le projet, vous avez deux solutions: une solution Docker (plus simple) et une solution manuelle.

Solution 1 : Docker

  1. Dans un terminal, clonez le repository GitHub:

    git clone https://github.com/Jofresh/projet-aos-bananabomb.git
    cd projet-aos-bananabomb
  2. Assurez-vous d'avoir Docker installé sur votre machine.

  3. Lancez Docker Compose pour déployer l'application:

    docker-compose up -d --build
  4. Accédez à l'application depuis votre navigateur à l'adresse http://localhost:5173. L'API est accessible à l'adresse http://localhost:3000.

  5. Pour arrêter l'application, utilisez la commande suivante:

    docker-compose down

Solution 2 : manuelle

  1. Dans un terminal, clonez le repository GitHub:

    git clone https://github.com/Jofresh/projet-aos-bananabomb.git
    cd projet-aos-bananabomb
  2. Assurez-vous d'avoir Node.js et npm installés sur votre machine.

  3. Dans un premier terminal, lancez l'API:

    cd back
    npm install
    npm run dev
  4. Dans un second terminal, lancez l'application:

    cd front
    npm install
    npm run dev
  5. Accédez à l'application depuis votre navigateur à l'adresse http://localhost:5173. L'API est accessible à l'adresse http://localhost:3000.

  6. Pour arrêter l'application, utilisez la combinaison de touches Ctrl + C dans les deux terminaux.

Amusez-vous bien avec BananaBomb!

projet-aos-bananabomb's People

Contributors

jofresh avatar allinchico avatar albanstelzle avatar grunt471 avatar

Stargazers

 avatar

Watchers

 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.