Next js package with typescript and tailwind css configured
Contributions are always welcome😀!
- Fork the Template🍴
- Make Changes
- Push your commits to the forked repo
- Make a Pull Request
- Kindly wait for it to be merged
- Buy yourself a ☕ if it's merged🎉
Web-framework: Next js
CSS-Framework: Tailwind
Programming-Language : TypeScript
Note if you have access to Tailwind UI, you can follow the following steps to add it:
- Install
@tailwindcss/ui
:
yarn add @tailwindcss/ui
- Add the plugin in
tailwind.config.js
without changing anything else:
// tailwind.config.js
module.exports = {
// ...
// rest of the config
plugins: [require("@tailwindcss/ui")],
};
yarn
yarn dev
yarn build
If you found this template useful, please star the project or edit this ReadMe to leave a Review here:
- @Reviewer: This is a review text, you can edit this ReadMe.md file and create request for you review to be added, Thanks😀.
Copyright (C) [2021] Drop-Youngers