8000 GitHub - Frantss/next-typescript-template: A complete template for Next.js with typescript
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jul 14, 2023. It is now read-only.
Frantss/next-typescript-template
< 8000 /span>

Repository files navigation

next-typescript-template

Installation

# NPM
npx create-next-app --example https://github.com/Frantss/next-typescript-template

# Yarn
yarn create next-app --example https://github.com/Frantss/next-typescript-template

Includes

Commands

  • yarn install: Installs dependencies

  • yarn dev: Run a development, HMR server

  • yarn build: Production-ready build

  • yarn start: Run a production-like server

  • yarn lint: Check linting in typescript and scss files

  • yarn lint:fix: Fix linting issues in typescript and scss files

  • yarn test: Run tests

  • yarn test:watch: Run tests in watch mode

  • yarn test:coverage: Run tests in coverage mode

  • yarn test:e2e: Run all cypress tests

For detailed explanation on how things work, checkout Next.Js Docs.

About

A complete template for Next.js with typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0