A sample Typescript + NextJS + Tailwind CSS starter project.
It followed the tutorial found on: https://www.delasign.com/blog/how-to-create-a-typescript-nextjs-project-that-uses-tailwind-css/
Please note that this guide uses Tailwind CSS. To learn more about Tailwind CSS please visit: https://tailwindcss.com
In the project directory, you can run:
npm dev
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
npm start
Launches the app in production mode. Requires you to have built the app first.
npm run build
Builds the app for production to the build
folder.