/next-starter

Simple Nextjs boilerplate with Typescript, TailwindCSS and Styled-components configured out of the box

Primary LanguageTypeScript

Next Starter

Simple Nextjs boilerplate with Typescript, TailwindCSS and Styled-components

Installation

Clone repo:

git clone https://github.com/frontendtony/next-starter.git
cd next-starter

Re-initialize the project:

rm -rf .git && git init

ℹ️ This removes all commit history from the project

Install dependencies:

npm install

Development Workflow

Start your development server:

npm run dev

Build for production

npm run build

Contribution

Any ideas to make this setup better are always welcome. Create an issue with the changes you'll like to see

License

MIT