Skip to content

ZenithInova/next-andromeda-starter

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

What does this template includes ?

  • Storybook
  • Styled Components
  • React Icons
  • Prettier
  • ESLint
  • Next SEO
  • Framer Motion

Favicon

Put all the files of Favicon inside public folder

Configure all of Favicon inside src/components/Favicon.tsx file

SEO

Do all the SEO configuration inside next-seo.config.ts file

Configuring Google Analytics

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

Getting Started as a Template

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.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

About

Starter template to Andrômeda webpages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published