Skip to content

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

Notifications You must be signed in to change notification settings

frontendtony/next-starter

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published