This quick run through will get you setup with a new ember app, using pods structure, TailwindCSS, and PostCSS in no time, flat. Everything is TL;DR. Bonus PurgeCSS setup. Enjoy! Initialization ember new {name} This initializes the directory and all dependencies for getting started. cd {name} yarn install Will install dependencies for application. Newer versions of ember-cli should use yarn by default, but in older versions you may...