Skip to content

Latest commit

 

History

History
100 lines (75 loc) · 2.21 KB

README.md

File metadata and controls

100 lines (75 loc) · 2.21 KB

"Next14+ Latest Project Template: An easy-to-use and pre-configured project template for kick starting your Next.js 14+ projects effortlessly. This template comes with all the necessary packages and configurations, allowing you to quickly set up and dive into developing your next cutting-edge web application with Next.js.

Getting Started:

*First Check Node version on your os. for check node version run this command on your terminal node -v

*make sure you have Node.js version >= v18.17.0 installed on your machine.

*Clone this repository to your local machine.

*Install the required dependencies using your preferred package manager.

*Start the development server and explore the example components and pages.

*Customize and build upon the template to create your unique Next.js 14+ project.

*We welcome contributions, bug reports, and feature suggestions. Feel free to fork this repository and submit pull requests to help improve this project template.

Let's build amazing web applications with Next.js 14+ together!"

This template contains the following features:

  • Next.js
  • TypeScript
  • Tailwind CSS
  • Redux
  • Redux Toolkit
  • PostCSS
  • React Icons
  • Next-themes
  • ESLint
  • Prettier
  • Formatter
  • PWA(Progressive Web App)
  • SEO
  • Sitemap
  • Robots.txt
  • Docker
  • Docker Compose
  • PM2
  • Dark Mode

First, install the dependencies by running the following command in the project directory.

npm install
# or
yarn
# or
pnpm install

Then, run the development server to open the project in port 3000.

npm run dev
# or
yarn dev
# or
pnpm dev

To open dev server in different port

start-next
# or
npm run dev -- -p <port>
# or
yarn dev -- -p <port>
# or
pnpm dev -- -p <port>

To build the project

npm run build
# or
yarn build
# or
pnpm build

To start the project in production mode

npm run start
# or
yarn start
# or
pnpm start

Author

md-wahiduzzaman-emon Md Wahiduzzaman Emon

  • Github: [@MdWahiduzzamanEmon]