This is a Next.js project bootstrapped with create-next-app
.
- Storybook
- Styled Components
- React Icons
- Prettier
- ESLint
- Next SEO
- Framer Motion
Put all the files of Favicon inside public folder
Configure all of Favicon inside src/components/Favicon.tsx file
Do all the SEO configuration inside next-seo.config.ts file
If there is a Google Analytics tag, put the tag inside .env file and uncomment in src/pages/_document.tsx whenever a Google Tag comment appears
In order to use the repository as a Template, you must run the following command in your terminal:
npx create-next-app [project-name] -e https://github.com/Zenith-Inovacoes/next-andromeda-starter
# or
yarn create next-app [project-name] -e https://github.com/Zenith-Inovacoes/next-andromeda-starter
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.tsx
. The page auto-updates as you edit the file.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!