This is a Next.js project bootstrapped with npx create-next-app@latest --ts.

About

Create a basic Next.js starter project as our project template

Features

Next.js with TypeScript

  • Because I love strongly typed languages, OOP, and TypeScript is a superset of JavaScript.

Lint & format

Debug Next.js Project

  • Debugging with VS Code on Windows :
  • Debugging with Chrome DevTools :
    • Client-side code
    • Server-side code

Testing Setup

  • Jest : unit test for
  • React Testing Library to make tests that mimic real user interactions

UI

We will try to use differnce CSS to create Template Later!

  • Saas
  • TailwindCSS 2
  • Material UI
  • BT 5
  • CSS3
  • CSS modules are also supported by default by next.js

Deployment

  • CI with GitHub Actions
  • Ready to deploy on Vercel using git integration or the command line (see 'deployment' section below)

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

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

Deploy on Vercel