Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vmnog/nextjs-sixis-client
[Next.js] Blog with dynamic page generation
https://github.com/vmnog/nextjs-sixis-client
Last synced: 10 days ago
JSON representation
[Next.js] Blog with dynamic page generation
- Host: GitHub
- URL: https://github.com/vmnog/nextjs-sixis-client
- Owner: vmnog
- Created: 2020-12-29T18:07:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-14T01:11:53.000Z (about 4 years ago)
- Last Synced: 2024-12-28T23:07:03.333Z (25 days ago)
- Language: JavaScript
- Homepage:
- Size: 516 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
☝️ INTRODUÇÃO
------------O Sixis é um blog feito em Next.js. Onde os posts criados pelo admin ficam visiveis para qualquer um que acesse o site. Os posts são pré-renderizados pelo servidor e podem ser facilmente indexados pelo SEO da Google.
* Confira o repositório do backend do sixis antes de rodar este projeto
https://github.com/martins20/Sixis-backend
👅COMO INSTALAR
------------### 🤳 Clone o repositório
```
$ git clone https://github.com/vmnog/sixis-client.git$ cd sixis-client
```### 👉 Instale as dependências
```
$ yarn install
```### 🎓 Rode o storybook para conferir os componentes
```
$ yarn storybook
```### 🙏 Rode o Next.js (Confira se o servidor [backend](https://github.com/martins20/Sixis-backend) está rodando)
```
$ yarn dev
```