Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mauriciogirardi/boilerplate-v1

created boilerplate with nextJS, typescript, jest, storybook, styled-components, pwa
https://github.com/mauriciogirardi/boilerplate-v1

Last synced: about 12 hours ago
JSON representation

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

Awesome Lists containing this project

README

        





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

~~~bash
npm run generate

# Give your component a name
Component name? Exemplo
~~~

default folder structure
![folder structure](/.github/imgs/folder-structure.png)

#### How run the project

~~~bash
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

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