Simple NextJS Tailwind Starter for fast prototyping.
The installation is very easy run the install command.
npm install
Next up we can run the dev server:
npm run dev
And you're website will start up.
You can then modify the tailwind.config.js
for your own custom colors if needed