Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mauriciogirardi/boilerplate-v1
- Owner: mauriciogirardi
- Created: 2023-09-07T20:59:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-24T12:11:13.000Z (8 months ago)
- Last Synced: 2024-03-24T13:26:39.649Z (8 months ago)
- Language: TypeScript
- Size: 2.79 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.gitcd 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
~~~