I created Next.js with TypeScript, tailwindcss, ESLint, Prettier boilerplate.
https://github.com/otashun/nextjs-typescript-tailwindcss-eslint-prettier
Getting started
git clone git@github.com:otashun/nextjs-typescript-tailwindcss-eslint-prettier.git
cd nextjs-typescript-tailwindcss-eslint-prettier
docker-compose up -d && docker-compose exec app bash
npm install
npm run dev
Top comments (0)