Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 721 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 721 Bytes

NextJS Starter

This is a Next.js + Tailwind CSS personalized template project bootstrapped with create-next-app.

What's include here?

  • Tailwind CSS
  • Basic responsive layout configuration

How to use it?

  • You can clone this repo using degit in your terminal. Don't forget to install the needed dependencies using npm install

    npx degit anbelf7/next-starter <YOUR_APP_NAME>
    
  • Or you also can easily use this template by run:

    npx create-next-app --example https://github.com/anbelf7/next-starter <YOUR_APP_NAME>