Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mdwahiduzzamanemon/next.js-15-stable-starter-template

"Nextjs 15+ Latest Project Template: An easy-to-use and pre-configured project template for kickstarting your Next.js 13.4+ projects effortlessly.
https://github.com/mdwahiduzzamanemon/next.js-15-stable-starter-template

nextjs pwa react redux redux-toolkit tailwindcss typescript

Last synced: 3 months ago
JSON representation

"Nextjs 15+ Latest Project Template: An easy-to-use and pre-configured project template for kickstarting your Next.js 13.4+ projects effortlessly.

Awesome Lists containing this project

README

        

"Next15+ Latest Project Template: An easy-to-use and pre-configured project template for kick starting your Next.js 15+ 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 15+ 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 15+ together!"

# This template contains the following features:

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

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

```bash
npm install
# or
yarn
# or
pnpm install
```

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

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```

## To open dev server in different port

```bash

start-next
# or
npm run dev -- -p
# or
yarn dev -- -p
# or
pnpm dev -- -p
```

## To build the project

```bash
npm run build
# or
yarn build
# or
pnpm build
```

## To start the project in production mode

```bash
npm run start
# or
yarn start
# or
pnpm start
```

## Author

md-wahiduzzaman-emon **Md Wahiduzzaman Emon**

- Github: [@MdWahiduzzamanEmon]