allanhal / digital-store

Projeto de um e-commerce em React Js do curso Full-Stack da Digital College

Home Page:digital-store-alpha.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Projeto do Ecommerce - DigitalStore

Missão

Trabalho do Curso de FULLSTACK na Escola de Habilidades DIGITAL COLLEGE

Integrantes

  • Lucas
  • Darlan
  • Andre
  • Davi
  • Emanuel
  • Emerson
  • J. Antonio
  • Antonio Rodrigues
  • Jorge

OBS: Todos em Busca de Oportunidades no mercado de trabalho.

Andamento

[]Header [X]Footer [X]Home

Link do Trello - https://trello.com/b/uCYQyndB/digital-store Link do Figma - https://www.figma.com/file/cfb4F7ZXMFQmvmTn3PKI4z/DRIP-STORE---DIGITAL-COLLEGE?node-id=474%3A635

Introdução ao Create React App

Este projeto foi inicializado com Create React App.

Scripts Disponíveis

No diretório do projeto, você pode executar:

npm start

Executa o aplicativo no modo de desenvolvimento. Abrir http://localhost:3000 para visualizá-lo em seu navegador.

Ta página será recarregada quando você fizer alterações. Você também pode ver quaisquer erros de fiapos no console.

'npm test'

Inicia o executor de teste no modo de observação interativo. Veja a seção sobre running tests para mais informações.

npm run build

Cria o aplicativo para produção na pasta 'build'.Ele agrupa corretamente o React no modo de produção e otimiza a compilação para o melhor desempenho.

A compilação é minimizada e os nomes de arquivos incluem os hashes. Seu aplicativo está pronto para ser implantado!

Veja a seção sobre deployment para mais informações.

npm run eject

Nota: esta é uma operação unidirecional. Uma vez que você 'ejeta', você não pode voltar!

Se você não estiver satisfeito com a ferramenta de compilação e as opções de configuração, poderá "ejetar" a qualquer momento. Este comando removerá a dependência de compilação única do seu projeto.

Em vez disso, ele copiará todos os arquivos de configuração e as dependências transitivas (webpack, Babel, ESLint, etc.) diretamente em seu projeto para que você tenha controle total sobre eles. Todos os comandos, exceto 'ejetar', ainda funcionarão, mas eles apontarão para os scripts copiados para que você possa ajustá-los. Neste ponto, você está sozinho.

Você não precisa usar 'ejetar'. O conjunto de recursos com curadoria é adequado para implantações pequenas e médias, e você não deve se sentir obrigado a usar esse recurso. No entanto, entendemos que essa ferramenta não seria útil se você não pudesse personalizá-la quando estiver pronto para ela.

Saiba Mais

Você pode saber mais no Create React App documentation.

Para aprender a Reagir, confira o React documentation.

Divisão de código

Esta seção foi movida para cá: https://facebook.github.io/create-react-app/docs/code-splitting

Analisando o tamanho do pacote

Esta seção foi movida para cá: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Criando um aplicativo Web progressivo

Esta seção foi movida para cá: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Configuração Avançada

Esta seção foi movida para cá: https://facebook.github.io/create-react-app/docs/advanced-configuration

Implantação

Esta seção foi movida para cá: https://facebook.github.io/create-react-app/docs/deployment

npm run build falha em minimizar

Esta seção foi movida para cá: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

Original

Getting Started with Create React App

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can't go back!

If you aren't satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

Andamento

[]Header []Footer [X]Home

About

Projeto de um e-commerce em React Js do curso Full-Stack da Digital College

digital-store-alpha.vercel.app


Languages

Language:SCSS 53.2%Language:JavaScript 45.7%Language:HTML 0.8%Language:CSS 0.2%