next-pwa-tutorial

Boilerplate for next.js with Tailwind CSS

How to Run

$ git clone git@github.com:kinfei/next-js-tailwind.git
$ cd next-js-tailwind
$ yarn install
$ yarn start

How to Build

$ yarn build

Prepare for Deploy

$ yarn deploy