Giter Club home page Giter Club logo

gt-web's Introduction

Gametask

Team

🚀 Technology

This project was developed with the following technologies:

💻 Project

In view of the project's purpose (managing classes and school / academic activities) the main responsibilities and non-responsibilities of the system are shown below.

  • Install docker and docker-compose

Dockerfile

sudo docker build -t gametask/react .
// dockerfile to development without nginxsudo docker build -f Dockerfile.dev -t gametask/react .sudo docker run -it -v ${PWD}:/app -v /app/node_modules -p 3001:3000 --rm gametask/react
  // application running on http://localhost:3001/

** ${PWD} => project path
** -v => volumes
** -it => interactive terminal
** -p => ports
** -rm => removes the container and volumes, after the container is finished

** --from=build
Dockerfile sets up a multi-stage build. We first built our React.js application and then copied the nginx.conf file from our local machine to the image along with our static html and javascript files that were built in the first phase.

Docker-compose

sudo docker-compose stopsudo docker-compose up -d --build // create image and activate container
  // application running on http://localhost:3001/

Env

cp contrib/.env-sample .env

User Test

email: [email protected]
senha: testXXXX

Storybook Env

yarn storybook

Links


Code made ❤️ by Gametask

gt-web's People

Contributors

arthurmeireles avatar breno-alves avatar jonathanccardoso avatar lauraandradev avatar rickyalbuq 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.