Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/queirozz8/calculator-app

A calculator app project made by me.
https://github.com/queirozz8/calculator-app

html html-css-javascript htmlcssjavascript javascript js tailwind tailwindcss web-development

Last synced: 18 days ago
JSON representation

A calculator app project made by me.

Awesome Lists containing this project

README

        

A calculator app project made by me.

ENGLISH VERSION


I recommend you to install the Live Server extension or similar in your Visual Studio Code to open the archive.

1. First, do a git clone of this project:
```
git clone https://github.com/queirozz8/calculator-app.git
```
2. Go to the directory of the project:
```
cd calculator-app/
```
3. Run this command to install all the dependencies (Tailwind CSS):
```
npm install
```
4. Run the `build:css` script to create `output.css` inside `dist/`, minify it and run the software:
```
npm run build:css
```
5. Execute the HTML archive, or open the archive with Live Server in your Visual Studio Code.

That's it! This project was made by Rick with ☕ and 💻.

VERSÃO EM PT-BR


Eu recomendo você instalar a extensão Live Server ou uma similar no seu Visual Studio Code para abrir o arquivo.

1. Primeiro, faça um git clone desse projeto:
```
git clone https://github.com/queirozz8/calculator-app.git
```
2. Vá para o diretório do projeto:
```
cd calculator-app/
```
3. Rode esse comando para instalar todas as dependências (Tailwind CSS):
```
npm install
```
4. Rode o script `build:css` para criar `output.css` dentro de `dist/`, reduzir o tamanho dele e rodar o software:
```
npm run build:css
```
5. Execute o arquivo HTML, ou abra o arquivo com o Live Server no seu Visual Studio Code.

É isso! Este projeto foi criado por Rick com ☕ e 💻.