nextjs-starter
nextjs-starter copied to clipboard
A TypeScript starter for Next.js that includes all you need to build amazing projects 🔥
A Next.js starter that includes all you need to build amazing projects 🔥. Fork and customize from jpedroschmitz
- 🚀 Next.js 12
- ⚙️ Tailwind CSS 3 - A utility-first CSS framework
- 🍓 Styled Components - Styling React component
- 📏 ESLint — Pluggable JavaScript linter
- 💖 Prettier - Opinionated Code Formatter
- 🐶 Husky — Use git hooks with ease
- 🚫 lint-staged - Run linters against staged git files
- 🗂 Absolute import - Import folders and files using the
@prefix
🚀 Getting started
The best way to start with this template is using create-next-app.
npx create-next-app ts-next -e https://github.com/chhpt/nextjs-starter.git
If you prefer you can clone this repository and run the following commands inside the project folder:
npm installoryarn;yarn dev;
To view the project open http://localhost:3000.
🤝 Contributing
- Fork this repository;
- Create your branch:
git checkout -b my-new-feature; - Commit your changes:
git commit -m 'Add some feature'; - Push to the branch:
git push origin my-new-feature.
After your pull request is merged, you can safely delete your branch.
📝 License
This project is licensed under the MIT License - see the LICENSE.md file for more information.
Made with ♥ by Clare Chang