/Boilerplate-V1

created boilerplate with nextJS, typescript, jest, storybook, styled-components, pwa

Primary LanguageTypeScript

Boilerplate V1

Description

This is a boilerplate created with NextJS 13 using Pages Router, Jest, Storybook, PWA, Styled Components.

Create a component

you can create an initial structure with the prompt

 npm run generate

 # Give your component a name
 Component name? Exemplo

default folder structure folder structure

How run the project

  git clone https://github.com/mauriciogirardi/Boilerplate-V1.git

  cd Boilerplate-V1

  npm install

  npm start

How to start a new project using the template

  npx create-next-app -e  https://github.com/mauriciogirardi/Boilerplate-V1