Skip to content

Next js package with typescript and tailwind css configured

License

Notifications You must be signed in to change notification settings

Drop-Youngers/drop-young-ts-next-tailwind

Repository files navigation

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

About

Next js package with typescript and tailwind css configured

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published