Simple Nextjs boilerplate with Typescript, TailwindCSS and Styled-components
Clone repo:
git clone https://github.com/frontendtony/next-starter.git
cd next-starterRe-initialize the project:
rm -rf .git && git initℹ️ This removes all commit history from the project
Install dependencies:
npm installStart your development server:
npm run devBuild for production
npm run buildAny ideas to make this setup better are always welcome. Create an issue with the changes you'll like to see
MIT