Next.js template using TypeScript + useful packages. Kickstart productivity, without the hassle of having to set up and configure a new project.
Run git clone https://github.com/cnrad/next-template.git .
to setup the project in your current folder.
- (or click the "use this template" on this repository page)
Just run npm install
(or yarn install
) and start working on your project immediately.
This template comes prepped with:
- TailwindCSS
- styled-components (along with _document.tsx for hot-refresh to work properly)
- framer-motion
- prettier