Skip to content

Latest commit

 

History

History
112 lines (74 loc) · 1.8 KB

README.md

File metadata and controls

112 lines (74 loc) · 1.8 KB

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