/next-with-tailwind

An opinionated simple starter/template project with Next.js, Tailwind CSS, and Typescript ๐Ÿ”ฅ. Created by putramaghfirah.

Primary LanguageTypeScript

NextJS Typescript Boilerplate

Next.js and TypeScript

A Next.js starter that includes all you need to build amazing projects ๐Ÿ”ฅ.

  • โš™๏ธ Tailwind CSS - A utility-first CSS framework
  • ๐Ÿ“ ESLint โ€” Pluggable JavaScript linter
  • ๐Ÿ’– Prettier - Opinionated Code Formatter
  • ๐Ÿถ Husky โ€” Use git hooks with ease
  • ๐Ÿ—‚ Absolute import - Import folders and files using the @ prefix
  • ๐Ÿงช Jest - Testing with Jest and react-testing-library
  • ๐ŸŒ  NProgress - Slim progress bars
  • ๐ŸŽจ Heroicons - Beautiful icons, by the makers of Tailwind CSS

๐Ÿš€ Getting started

  1. Clone this template, change "next-with-tailwind" with your own project name

     git clone https://github.com/putramaghfirah/next-with-tailwind.git "next-with-tailwind"
  2. Install all dependencies

    Recommended using yarn

     cd next-with-tailwind
     yarn

    or using npm

     cd next-with-tailwind
     npm install
  3. Run the development server

    Using yarn

    yarn run dev

    or using npm

    npm run dev

    To view the project open http://localhost:3000.

๐Ÿ“ Credits

ยฉ 2021 Created by Putra Maghfirah

Deploy it to the cloud with Vercel (Documentation).