- ๐ฅ Next.js for Static Site Generator
- ๐จ Integrate with Tailwind CSS
- ๐ PostCSS for processing Tailwind CSS
- โ๏ธ Linter with ESLint
- ๐ Code Formatter with Prettier
- ๐งช Husky You can use it to lint your commit messages, run tests, lint code, etc... when you commit or push. Husky supports all Git hooks.
- ๐ง Commitlint helps your team adhere to a commit convention
- ๐ Storybook for building UI components and pages in isolation.
- ๐ .vscode/settings.json specific settings that only apply to this project and Debugging support
- โ Minify HTML & CSS
- ๐จ Live reload
- โ Cache busting
- Minimal code
- SEO-friendly
- ๐ Production-ready
- Node.js and yarn
Clone repo:
git clone https://github.com/aimdexter/Nextjs_starter
cd Nextjs_starter
Make it your own:
rm -rf .git && git init && yarn init
Make it your own (windows users):
rmdir .git
โน๏ธ This re-initializes the repo and sets up your project.
Install the dependencies:
yarn install
or
npm install
Start a live-reload development server:
yarn dev
or
npm run dev
Generate a production build:
yarn build
or
npm run build
The generated HTML and CSS files are minified (built-in feature from Next js). It will also removed unused CSS from Tailwind CSS.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out the Next.js deployment documentation for more details.
Click this button and it will help you create a new repo, create a new Netlify project, and deploy!
I'm open to contributions & suggestions in making this a lot better โ
Made with โฅ by Aimade Anouar
MIT