Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jeffersonrpm/miniblog-oper
- Owner: JeffersonRPM
- Created: 2023-09-01T20:49:00.000Z (about 1 year ago)
- Default Branch: post-list
- Last Pushed: 2023-09-06T15:30:35.000Z (about 1 year ago)
- Last Synced: 2023-09-06T17:44:30.198Z (about 1 year ago)
- Topics: api, css, javascript, nextjs, oper, reactjs, tabnews, tailwindcss, thon-ui, typescript, yarn
- Language: TypeScript
- Homepage: https://miniblog-oper.vercel.app/
- Size: 96.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/
```