Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jeffersonrpm/miniblog-oper

Blog usando NextJs, Tailwindcss, thon-ui e APIs publicas do TabNews.
https://github.com/jeffersonrpm/miniblog-oper

api css javascript nextjs oper reactjs tabnews tailwindcss thon-ui typescript yarn

Last synced: 27 days ago
JSON representation

Blog usando NextJs, Tailwindcss, thon-ui e APIs publicas do TabNews.

Awesome Lists containing this project

README

        

# Apoio para executar o projeto:

- **Instalar yarn:**
```
npm install --global yarn
```

- **Verificar versão do yarn:**
```
yarn --version
```

- **Instalar thon-ui:**
```
yarn add thon-ui
```

- **Instalar date-fns:**
```
yarn add date-fns
```

- **Instalar classname:**
```
yarn add classnames
```

- **Descompactar o Arquivo `.env` que está zipado**

## Iniciar o projeto:
```
yarn dev
```

## Como tudo começou

- **Criando projeto em next:**
```
yarn create next-app
```

- **Baixar extensão:**
```
Tailwind CSS IntelliSense
```

- **Baixar extensão:**
```
Auto Import
```

- **Converter pixels em rem:**
```
https://tailwindremconverter.netlify.app/
```