An app that clones the frontend of the Instagram login page.
I recommend you to install the Live Server extension or similar in your Visual Studio Code to open the archive.
- First, do a git clone of this project:
git clone https://github.com/queirozz8/instagram-clone-app.git
- Go to the directory of the project:
cd Instagram-Clone-App/
- Run this command to install all the dependencies (Tailwind CSS):
npm install
- Run the
build:css
script to createoutput.css
insidedist/
, minify it and run the software:
npm run build:css
- Execute the HTML archive, or open the archive with Live Server in your Visual Studio Code.
Eu recomendo você instalar a extensão Live Server ou uma similar no seu Visual Studio Code para abrir o arquivo.
- Primeiro, faça um git clone desse projeto:
git clone https://github.com/queirozz8/Instagram-Clone-App.git
- Vá para o diretório do projeto:
cd Instagram-Clone-App/
- Rode esse comando para instalar todas as dependências (Tailwind CSS):
npm install
- Rode o script
build:css
para criaroutput.css
dentro dedist/
, reduzir o tamanho dele e rodar o software:
npm run build:css
- Execute o arquivo HTML, ou abra o arquivo com o Live Server no seu Visual Studio Code.