Skip to content
/ ntt Public template

This is a template for building web applications using Next.js with TypeScript and Tailwind CSS. The template includes a project structure with a dedicated app directory inside the src folder to organize your components, pages, and other related files.

License

Notifications You must be signed in to change notification settings

0ME9A/ntt

Repository files navigation

Next.js TypeScript TailwindCSS Template

This is a template for building web applications using Next.js with TypeScript and Tailwind CSS. The template includes a project structure with a dedicated app directory inside the src folder to organize your components, pages, and other related files.

Features

  • Next.js: A React framework that enables functionality such as server-side rendering and generating static websites.
  • TypeScript: A statically-typed superset of JavaScript for building scalable applications.
  • Tailwind CSS: A utility-first CSS framework for quickly styling your projects.
  • Project structure with an organized app directory for managing components, pages, and more.

Getting Started

  1. Clone the Repository:

    git clone https://github.com/0me9a/ntt.git
    
    cd ntt
  2. Install Dependencies:

    npm install
  3. Run the Development Server:

    npm run dev

    Open http://localhost:3000 in your browser to see your application.

Project Structure

  • src/app/components: Place your React components here.
  • src/app/pages: Create your Next.js pages here.
  • src/app/styles: Customize your styles, including Tailwind CSS configurations.
  • src/app/utils: Utility functions can be stored here.
  • src/app/lib: Additional libraries and shared code.

Customizing Styles

Tailwind CSS is configured in the tailwind.config.js file. You can customize styles by modifying this file or creating your own utility classes.

Contributing

Feel free to contribute to this template by opening issues or submitting pull requests. Your feedback and contributions are appreciated.

License

This template is open-source and available under the MIT License.

About

This is a template for building web applications using Next.js with TypeScript and Tailwind CSS. The template includes a project structure with a dedicated app directory inside the src folder to organize your components, pages, and other related files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published