RealCoolSnow / nextjs-quick-start

Next.js Quick Start with out-of-the-box features,including TypeScript, Redux, TailwindCSS, axios, i18n, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚡️Quick start project with Next.js & TypeScript.

Features

  • Next.js v12, ESlint - born with fastness

  • i18n, axios, redux - works out-of-box

  • TailwindCSS - CSS framework for rapid UI development

  • next-i18next - The easiest way to translate your NextJs apps

  • rematch - Redux best practices without the boilerplate

  • React Hook

  • TypeScript

Run development

1. Clone this repository
2. npm install # or yarn
3. npm run dev # or yarn dev

Docker deployment

1. Clone this repository
2. docker build . -t nextjs-qucik-start
3. docker run -p 3000:3000 nextjs-qucik-start
# or
docker-compose up -d

Author

CoolSnow

Email: coolsnow2020@gmail.com

Twitter: https://twitter.com/CoolSnow0927

About

Next.js Quick Start with out-of-the-box features,including TypeScript, Redux, TailwindCSS, axios, i18n, etc.


Languages

Language:TypeScript 77.1%Language:Dockerfile 10.6%Language:JavaScript 9.3%Language:CSS 3.0%