Setup Next.js with Tailwind 2.0 on Cloud Run
Featuring shell scripts
1 min readFeb 9, 2021
--
Created on 2021–02–09 15:09:59.
Step 1: Installation
npx create-next-app client &&
cd client &&
npm install tailwindcss@latest postcss@latest autoprefixer@latest &&
curl https://gist.githubusercontent.com/thoughtstile/b3acbd3310cd49dfe33958dff14c0273/raw/7a2c20c264bf5e1973a4503aa77bc73f9286d388/tailwind.config.js -o tailwind.config.js &&
curl…