Bun: Running a react app with bun and tailwind (using react-app)

<p>I have been looking for a definite solution to run react with bun. Ever since the launch of Bun 1.0, I have been really interested in bun technology and was eager to try it out but unfortunately, the process was not clear and I couldn&#39;t find a good guidelines online. Following is the step-by-step process of how I was able to run react, bun, and tailwind in a single project. Hope this article helps you in your journey. Stay tuned and follow me as I will also write a similar article for vite, bun, and tailwind.</p> <p>(P.S. I am using MacOS Sanoma and I assume you have bun installed.)</p> <h1><strong>Write the following commands in your terminal to create the react app.</strong></h1> <pre> cd /path to the folder you want to create your project in</pre> <pre> bun create react-app project-name</pre> <pre> cd project-name</pre> <h1>Write the following commands in your terminal to add tailwind to the app.</h1> <p><a href="https://medium.com/@ramsey.rajput/bun-running-a-react-app-with-bun-and-tailwind-using-react-app-69dac8822ab3"><strong>Website</strong></a></p>
Tags: React App