Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```