jeandsontb / boilerplate-app

A Boilerplate using Next13, App Router and Styled Components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Avançado

ci

What is inside?

This project uses lot of stuff as:

Getting Started

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

Commands

  • dev: runs your application on localhost:3000
  • build: creates the production build version
  • start: starts a simple server with the build production code
  • lint: runs the linter in all components and pages
  • test: runs jest to test all components and pages
  • test:watch: runs jest in watch mode
  • storybook: runs storybook on localhost:6006
  • build-storybook: create the build version of storybook

Learn More

To learn more about Next.js, take a look at the following resources:

About

A Boilerplate using Next13, App Router and Styled Components


Languages

Language:TypeScript 65.5%Language:JavaScript 24.0%Language:Handlebars 9.5%Language:Shell 0.9%