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...
Articles tagged with #programming
Setting up NextJS with Typescript and TailwindCSS

What is SASS? SASS short for Syntactically Awesome StyleSheet (Yes, as the name suggests, it's really awesome), it is just CSS but better (Basically you can say SASS is CSS on steroids!). It is a preprocessor scripting language that is interpreted or...
