Skip to content

VillageR88/next-tailwind-template

 
 

Repository files navigation

Next.js + TS + Tailwind template

My personal Next.js + TS + Tailwind template

Tech stack

Development

Node.js (see version in: .nvmrc) is required.

# install dependencies
npm ci

# start development server
npm start

# lint code
npm run lint

# fix lint errors
npm run lint:fix

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

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Setting up VSCode

List of recommended extensions is stored in .vscode/extensions.json. VSCode will prompt you to install them when you open the project for the first time.

Settings are stored in .vscode/settings.json. This will enable automatic formatting on save and automatic linting.

GitHub Actions

This project has code linting workflow set up: .github/workflows/lint.yml.

Building

npm run build

After building, the build directory contains all static files that can be served by any static hosting. To test the production build run:

npm run serve

About

My personal Next.js + TS + Tailwind template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 69.2%
  • JavaScript 27.6%
  • CSS 3.2%