Giter Site home page Giter Site logo

mjgargani / rocketseat-nodejs-typescript-vite-reactjs-jest-docker_todo-list-challenge Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 201 KB

Lista de afazeres (`ReactJS` + `TypeScript`); `Ignite`, `Rocketseat` (Set,23)

Home Page: https://todo.gargani.dev/

License: MIT License

JavaScript 1.83% Dockerfile 1.21% HTML 5.98% TypeScript 68.59% CSS 22.38%

rocketseat-nodejs-typescript-vite-reactjs-jest-docker_todo-list-challenge's Introduction

Rocketseat Challenge 01: To-do List

thumbnail

🌐 https://todo.gargani.dev/

deploy-check

coverage-statements coverage-branches coverage-functions coverage-lines

Descrição / Description

Lista de afazeres desenvolvida com React (Vite) + TypeScript (Saiba como) para um dos desafios da Rocketseat, em setembro de 2023.

To-do list developed with React (Vite) + TypeScript (Learn how) for one of the Rocketseat challenges, in September 2023.

⭐ O projeto é publicado através do GitHub Pages. O CI/CD é feito com o apoio do GitHub Actions.

⭐ The project is published through GitHub Pages. CI/CD is powered by GitHub Actions.

Como rodar / How to run

⚠️ Necessita de um navegador web e do NodeJS. O projeto foi testado utilizando a versão 18.17.1.

⚠️ Requires a web browser and NodeJS. The project was tested using version 18.17.1.

npm i # Install the packages / Instale os pacotes
npm run dev # Run the `dev` script / Rode o script `dev`

Após a compilação ocorrer, use o navegador para acessar o endereço http://localhost:5173/.

After compilation takes place, use the browser to access the address http://localhost:5173/.

Rodar com o Docker / Run with Docker

⚠️ Necessita do Docker instalado no host para funcionar.

⚠️ Requires Docker installed on the host to work.

docker run -it --rm -v $(pwd):/app -p 5173:5173 node:18.17.1-alpine sh -c "npm --prefix=/app i && npm --prefix=/app run dev -- --host"

Após a compilação ocorrer, use o navegador para acessar o endereço http://localhost:5173/.

After compilation takes place, use the browser to access the address http://localhost:5173/.

Rodar a build com nginx (Docker-compose) / Run the build with nginx (Docker-compose)

Como rodar / How to run

⚠️ Necessita de um navegador web e do Docker instalado no host para funcionar.

⚠️ Requires a web browser and Docker installed on the host to work.

docker compose up -d --build

Após iniciar o container, use o navegador para acessar o endereço http://localhost:8080/.

After starting the container, use the browser to access the address http://localhost:8080/.

Como parar / How to stop

docker compose down

rocketseat-nodejs-typescript-vite-reactjs-jest-docker_todo-list-challenge's People

Contributors

mjgargani 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.