sarascahya / next-tailwind-typescript

Boilerplate for nextjs + tailwind + typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boilerplate for nextjs + tailwind + typescript

Instalation Step on Development Environtment

  1. Clone this repository
  2. Make sure you have installed yarn. If not, you can see it herehere
  3. Run yarn install, make sure you have stable internet connection
  4. Run yarn dev, enjoy the apps on development mode at [http://localhost:3000/][http://localhost:3000/]

Run Automatic Testing

This project using Jest for Javascript automatic testing, you can learn about Jest here

  1. Run the Installation Step above
  2. Run yarn test, wait a moment and look at the test result on your terminal

Run on Production

  1. Remove /build from .gitignore
  2. Run yarn build
  3. Deploy the result of build on folder /build
  4. Run yarn start

Do you want to contribute?

Branch Name

Please use this name for creating new branch: context/short description

example: feature/create-new-feature

Commit Message

✨ A git commit message

GIT Emoji

  • ✨ :*sparkles: => new feature
  • 🐛 :*bug: => bug
  • 🔥 :*fire: => deleting file / remove feature
  • ♻️ :*recycle: => refactoring
  • 🚧 :*construction: => WIP (Work In Progress)

NB: Remove * to apply git emoji

About

Boilerplate for nextjs + tailwind + typescript


Languages

Language:TypeScript 90.9%Language:JavaScript 8.2%Language:CSS 0.9%