Skip to content

piyushere/next-csr

Repository files navigation

A Next.JS boilorplate tailored for CSR (Client side rendering).

Features

  • React 18.0
  • Typescript 4.3.6
  • Eslint 8
  • Plugin Airbnb
  • Prettier
  • React-router 6
  • TailwindCSS 3
  • Static asset compression
  • VSCode autoformat settings and extension recommendations

Getting Started

First, run the development server:

pnpm dev

Open http://localhost:3000 with your browser to see the result.

Build your application and export as static:

pnpm build

This will create an out directory in your project root folder, it will contain all the build assets.

Learn More

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

You can check out the Next.js GitHub repository.