Skip to content

Latest commit

 

History

History
88 lines (47 loc) · 1.38 KB

README.md

File metadata and controls

88 lines (47 loc) · 1.38 KB

Drop young TypeScript-Next-Tailwind

Next js package with typescript and tailwind css configured

Contributing

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🎉

Tech Stack

Web-framework: Next js

CSS-Framework: Tailwind

Programming-Language : TypeScript

Available Scripts

Note if you have access to Tailwind UI, you can follow the following steps to add it:

  1. Install @tailwindcss/ui:
yarn add @tailwindcss/ui
  1. Add the plugin in tailwind.config.js without changing anything else:
// tailwind.config.js

module.exports = {
  // ...

  // rest of the config

  plugins: [require("@tailwindcss/ui")],
};

Installation

yarn

Development

yarn dev

Build

yarn build

Testimonials & Review

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😀.

Authors

Copyright (C) [2021] Drop-Youngers