Next.js with TypeScript, tailwindcss, ESLint, Prettier boilerplate.
git clone [email protected]: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
Visit http://localhost:3000
MIT