/ts-nextjs-boilerplate-starter

Next.js + Styled Components + TypeScript. Boilerplate packed with useful development features.

Primary LanguageTypeScriptMIT LicenseMIT

Next.js + Styled Components + TypeScript - Boilerplate Starter

ts-nextjs-boilerplate-starter

Next.js + Styled Components + TypeScript. Boilerplate packed with useful development features.

Made by Cristian J. Ambrosi

GitHub last commit GitHub All Contributors

Get started

Brief explanation of how you can use this project.

Use one of the two options below to clone this repository

  1. Using as a template for a new repository. Read more about template repositories.

    Click the "Use this template" button and select "Create a new repository", to create your new repository based on this template repository.

    repository-template-button

  2. Using the CLI tool create-next-app.

    Create your App with this boilerplate directly using the create-next-app command:

    yarn create next-app -e https://github.com/cjambrosi/ts-nextjs-boilerplate-starter app-name
    
    or
    
    npx create-next-app -e https://github.com/cjambrosi/ts-nextjs-boilerplate-starter app-name

Install Dependencies and Start App

We recommend using Yarn as the package manager to ensure the proper functioning of Husky hooks.

Install dependencies:

yarn install

or

npm i

Run the App:

yarn dev

or

npm run dev

Run the Storybook:

yarn storybook

or

npm run storybook

Features

This boilerplate comes packaged with:

Contributing

Contributions are welcome! 🤘

Please check out the CONTRIBUTING.md.

You can also:

  • 🌟 give a star in this repository
  • ❣️ share this project and recommending it to your friends

Contributors

Cristian J. Ambrosi
Cristian J. Ambrosi

🚇 ⚠️ 💻 📖 👀 🚧

License

Licensed under the MIT License