LFerronato / login-with-NextJS-ChakraUI-template

Home Page:login-with-next-js-chakra-ui-template.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.

Passo a Passo

  1. Install NextJS with typescript template (doc)
npx create-next-app@latest --typescript
  1. Reorganize Folders
mv /pages /src/pages

OBS: tanto /pages, quanto /src/pages são consideradas pelo NextJS como file-system based router

  1. Tendo em vista o uso do chakra, não vamos usar a pasta style; assim como /src/api/*
rm -rf styles src/pages/api
  1. Config "baseUrl": "src" in tsconfig.json para usar caminhos relativos ao fazer importações.

  2. acessar: https://chakra-ui.com/getting-started

About

login-with-next-js-chakra-ui-template.vercel.app


Languages

Language:TypeScript 68.5%Language:JavaScript 31.5%