littlejon / next-template

Just another Next.js template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Another NextJS Template

Containing:

  • Next.js
    • @next/font
  • Tailwind CSS
  • Typescript
  • Redux Toolkit - Integrated With:
    • RTK Query
    • next-redux-wrapper
  • Jest/Storybook/MSW
  • Prettier
  • Quick RTK demo
  • Obligatory Counter Example

Getting Started

Create new app from template:

yarn create next-app --example https://github.com/littlejon/next-template

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 pages/index.tsx. The page auto-updates as you edit the file.

About

Just another Next.js template


Languages

Language:TypeScript 87.6%Language:JavaScript 11.6%Language:CSS 0.8%