/xtendui-boilerplate

Boilerplate setup examples for Xtend UI

Primary LanguageJavaScriptMIT LicenseMIT

Boilerplate setup examples for Xtend UI

Customization

Each boilerplate has tailwind.config.js with theme customization examples. Remove or add things you need.

Lint

In the root there are the files needed for linting. See in the root package.json, .eslintrc.js, .eslintignore and .prettierrc.js for the required packages and script commands.

"scripts": {
  "lint": "eslint . --ext .js",
}

Except for Nextjs which has lint managed by itself.

Copyright

Licensed under MIT license.