Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 752 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 752 Bytes

Next.js typescript styled-components starter

This is a starter template for Next.js giving you a headstart when building with typescript and styled-components.

What's inside

  • Typescript
  • Styled Components
  • ESlint
  • Stylelint
  • Next-SEO
  • Axelra-React-Utilities
  • Next.js Layouts

Getting Started

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.