Skip to content

AlaaZorkane/next-typescript-tailwind

Repository files navigation

Next logo

Next - Typescript - Tailwind

Everything you need to get started on a next project, with a set of devtools to make it easy for you to start coding instead of spending time searching on how to setup this and that..

Preview

https://next.alaazorkane.me/

How to use it?

Manually

Clone this repo in a folder of your choice, cd to the folder and npm install:

git clone https://github.com/AlaaZorkane/next-typescript-tailwind.git MyProjectName
cd MyProjectName
npm install # or yarn
npm run dev

OPTIONAL: Change git repo

rm -rf .git
git init
git add .
git commit -m "Init 🎉"
git remote add origin [LINK]
git push origin master

Using Github (recommended)

There is a Use this template button beside the clone button.

Just click on it and github will do the rest, clone the new repo in your computer, and you're good to go 🚀

What's inside?

Libraries

Devtools

Extra candy 🍬

  • Fast refresh!
  • Alias is already setup to match your baseUrl, please don't "../../../../components/hello", it's ugly. Use "@/components/hello" instead!
  • Shared interfaces go to the folder interfaces and read this about whether to use types or interfaces
  • Make sure to have these vs code extensions installed for maximum developer comfort:
  • No, don't use emacs.

Notes and issues

  • None 🎉

Maintainers

Alaa Zorkane - https://twitter.com/AlaaZork

Changelog

2.1.0

  • Dependencies update
  • Prettier is now warning level (was error)
  • Tailwind future opt-in

2.0.0

  • Changed arrow functions to normal functions
  • Added Husky and precommit staged
  • New linting and formatting scripts

1.0.0

  • Initial release 🎉

About

Template to get you started in a dev environment with next/typescript/tailwind

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published