Skip to content

This is a basic nxp create-next-app for projects that use the Tailwindcss library. This template also contains some dependencies and settings that will improve your project and helps with your code structure and productivity.

License

Notifications You must be signed in to change notification settings

guizioliveira/nextjs-tailwindcss-template

Repository files navigation

Basic template for Next.js with Tailwindcss

About

This is a basic nxp create-next-app for projects that use the Tailwindcss library. This template also contains some dependencies and settings that will improve your project and helps with your code structure and productivity.

Predefined Plugin List:

"devDependencies": {
  "@types/node",
  "@types/react",
  "@types/react-dom",
  "@typescript-eslint/eslint-plugin",
  "autoprefixer",
  "eslint",
  "eslint-config-next",
  "eslint-config-prettier",
  "postcss",
  "prettier",
  "prettier-plugin-tailwindcss",
  "tailwindcss",
  "typescript"
}

This template also has the basic configuration files .prettierrc.json, tsconfig.json, eslintrc.json, and tailwind.config.js in the root folder, and is already mapped to this application.

How to use

# Clone this repository
git clone https://github.com/guizioliveira/star-wars-wiki.git

# Install all dependences
yarn

# To start to develop your fresh application
yarn dev

# Starting the production server
yarn build
yarn start

Licence

This project use the MIT licence.

Show your support

Give a ⭐️ if this project helped you!

About

This is a basic nxp create-next-app for projects that use the Tailwindcss library. This template also contains some dependencies and settings that will improve your project and helps with your code structure and productivity.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published