Skip to content

NextJS starter template using TypeScript and Tailwind CSS, and includes VSCode + Prettier + ESLint.

Notifications You must be signed in to change notification settings

MickyRajkumar/Next_template

Repository files navigation

Next_Template

This project is a starter template for Next.js using TypeScript and Tailwind CSS, and includes all the VSCode, Prettier, ESLint settings.

Permission to Modify and Add Features:

      Encourage any modifications or additional features to our project. You are free to modify the codebase, add new features, or use parts of it in your own projects, provided that you give proper attribution to the original project. If you make any significant changes or improvements, we would be grateful if you could share them back with the community.

Getting Started

Clone the Repository:

git clone https://github.com/MickyRajkumar/Next_template.git

Download the recommended extension for vsCode.

 prettier-vscode
 vscode-eslint
 gitlens

Then, download Node Modules:

yarn

Then, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.


The MIT License (MIT)


Copyright © 2023 Micky Rajkumar

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.