Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nelwincatalogo/next-twin
Next.js starter template pre-configure with twin.macro, absolute import and linting
https://github.com/nelwincatalogo/next-twin
next-starter next-twin nextjs tailwindcss twin
Last synced: about 2 months ago
JSON representation
Next.js starter template pre-configure with twin.macro, absolute import and linting
- Host: GitHub
- URL: https://github.com/nelwincatalogo/next-twin
- Owner: nelwincatalogo
- License: gpl-3.0
- Created: 2021-05-20T14:53:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-12T08:50:31.000Z (over 2 years ago)
- Last Synced: 2024-08-01T22:53:14.108Z (5 months ago)
- Topics: next-starter, next-twin, nextjs, tailwindcss, twin
- Language: TypeScript
- Homepage:
- Size: 437 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Next-Twin Starter Template
## Getting Started
Run the following command to bootstrap your next-app using this template:
```
yarn create next-app [project-name] -e https://github.com/nelwincatalogo/next-twin
# or
npx create-next-app [project-name] -e https://github.com/nelwincatalogo/next-twin
```## Summary
- [Next.js](https://nextjs.org)
- [Twin.Macro](https://github.com/ben-rogerson/twin.macro)
- [TailwindCSS](https://tailwindcss.com/)
- [Styled-Components](https://www.styled-components.com)
- [Absolute Import](https://nextjs.org/docs/advanced-features/module-path-aliases)
- [React Alert](https://www.npmjs.com/package/react-alert)
- [React Icons](https://react-icons.github.io/react-icons/search)
- Linting
- prettier
- eslint-config-prettier
- eslint-plugin-prettier
- Lint on pre-commit
- Husky
- lint-staged
- pretty-quick
- Default Font ( Poppins )
- TypeScript Support
- Logs Remover on Production Build