This is a starter template for Next.js giving you a headstart when building with typescript and styled-components.
- Typescript
- Styled Components
- ESlint
- Stylelint
- Next-SEO
- Axelra-React-Utilities
- Next.js Layouts
First, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying src/pages/index.tsx
. The page auto-updates as you edit the file.
The pages/api
directory is mapped to /api/*
. Files in this directory are treated as API routes instead of React pages.