A template for Next.js projects using TypeScript and other packages. All packages have been pre-configured to work right out of the box.
- babel-plugin-macros
- eslint
- framer-motion
- husky
- postcss
- prettier
- react-icons
- react-scroll
- styled-components
- tailwindcss
- twin.macro
- typescript
git clone https://github.com/OkhDev/nextjs-ts-boilerplate.git
#OR
git clone [email protected]:OkhDev/nextjs-ts-boilerplate.git
cd nextjs-ts-boilerplate
yarn install
#OR
npm install