Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 570 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 570 Bytes

Next.JS Starter Boilerplate

A Next.js starter kit template with Next.js 12 + React 17 + Typescript + Tailwind CSS 3 + Heroicons + Headless UI.

Other tools included: Autoprefixer, Sass, PostCSS, ESLint, Prettier.

Getting Started

# Install Dependencies
yarn

# Run the development server
yarn dev

Scripts

Next.JS

# Build
yarn build

# Start server with build files
yarn start

Prettier

# Use Prettier to do Format Check for files under ./src
yarn fc

# Use Prettier to do Format Fix for files under ./src
yarn ff