sweeetland / next-ts-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

client-web

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

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

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

Todo

  • precommit hooks

  • l18n

  • tests

  • ci

Conventions

Style Guides

Folder Structure

Avoid placing files at the root of the project unless absolutely necessary. All application code should live in src/. Every page of the app is defined as a React component in a .tsx file in src/pages. All other components should live in src/components. Layout components can go in components/layout, reusable components live in components/shared, and components specfic to a certain page or domain can live inside a sub directory within src/components.

Learn More

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

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About


Languages

Language:TypeScript 93.5%Language:JavaScript 6.5%