Aula de Next.js com Bootstrap completa, gratuita, fácil e rápida. Aprenda o básico para começar a desenvolver sua primeira página utilizando Next, Bootstrap, Github e Versel.
Exemplo:
– https://github.com/vercel/next.js/tree/canary/examples/with-react-bootstrap
Lista de comando utilizados:
GITHUB:
– git remote add origin https://github.com/webdeveloperbrasil/next-aula-002
– git branch -M main
– git push -u origin main
– git status
– git clone
– git add .
– git commit -am
– git commit origin main
NPM:
– npx create-next-app –example with-react-bootstrap with-react-bootstrap-app
– npm run dev
ARQUIVOS EXTRAS:
– components/Menu.js
– pages/about.js
– pages/contact.js