EmotionとTwin.macroに加えて、ESLintとかhuskyとか使えるようにした便利なテンプレ。
install
yarn install
develop
yarn dev
code format
yarn next format
code check
yarn next lint --fix
version update
yarn version [ --major | --minor | --patch | --premajor | --preminor | --prepatch | --prerelease ]
git push origin --tags
- Emotion - CSS in JS
- Tailwind CSS - CSS framework
- Twin.macro - Tailwind-CSS in JS
- ESLint - コードのチェック
- Prettier - コードの整形
- husky - git commitの時に自動でリント・整形
以下のような文言をLICENSE
に追加し、投稿したコンテンツやページの内容自体にはMITライセンスを適用しない(つまりコンテンツの著作権を放棄しない)事を明示します。
MIT License
Copyright (c) [year] [Full fullname]
+ Except for images / icons / blog contents included in this project.
Permission is hereby granted, free of charge ...
クローン元 Twin.examples →
元の README →