This is a NextJS featured starter template containing the Following features and more:
- Tailwind CSS;
- Google analytics;
- Animação de loading;
- Head Dinamico | SEO;
- Barra de navegação responssiva;
- Rodapé;
- Notificaçães.
This is a modified version of create-next-app with multiple useful features to get started in a flash, to use this run this in terminal
git clone https://github.com/Victorcardoso-GG23/Clone-LinketreeThen, enter the directory using:
cd my-appInstall the packages using:
npm iFinally, run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.