Part 1: How to Build a NextJS App using Typescript and TailwindCSS: The Complete Guide
Setting up NextJS with Typescript and TailwindCSS
Jun 28, 20213 min read428

Search for a command to run...

Series
In this series, we would be learning how to use NextJS using Typescript and TailwindCSS. We would be learning different features offered by NextJS framework. Fetching data from an API and much more!
Setting up NextJS with Typescript and TailwindCSS

Fetching and displaying data from API in NextJS using getStaticProps, TailwindCSS @apply directive and Typescript Interface.

Dynamic routing and API endpoints in NextJS

Head and Script Tag of NextJS, ESLint in NextJS and Deploying a NextJS Application
