Skip to content
/ nextjs-boilerplate Public template

A boilerplate for Next.js applications using Typescript

Notifications You must be signed in to change notification settings

hick97/nextjs-boilerplate

Repository files navigation

Next.js Boilerplate

Version License: MIT

A boilerplate for Next.js applications using Typescript

Tools

Superset

Dev environment

Tests

Styles

Documentation

PWA

Commands

Install

yarn install

Build

yarn build

Usage

yarn run start

Development mode

yarn run dev

Running storybook

yarn storybook

Running lint

yarn lint

Running tests

yarn test
or
yarn test:watch (Watch mode)

Running component generator

yarn generate
or
yarn generate YourComponentName

Author

👤 Henrique Augusto

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator