Learning React - Part 2: Using Tailwind CSS
This post follows on from part one where I just downloaded the essentials for creating a barebones React app. This post will be about React itself, kind of, but mainly about installing TailwindCSS. How to run stuff If you are unfamiliar with using npm to run apps, or you miss the play button that Visual Studio provides, you can open up the package.json file. In it you will see a bunch of dependencies as well as a scripts section. For example in order to run the linter you need to run the command: ...