Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.18 KB

README.md

File metadata and controls

51 lines (38 loc) · 1.18 KB

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!