Skip to content

Commit

Permalink
Update FAQ.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeparticle authored Jan 1, 2024
1 parent 289325f commit 9be1e1a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,15 @@ npx scaffdog generate
```shell
? Please select a document. page.md
? Please select the output destination directory. src/pages
? Please enter a page name. Test
? Please enter a page name. progressive web app
```
It will create the following files and folders structure:
- You will get **index.tsx**, **PageName.tsx**, **PageName.module.scss** and test folder with **PageName.test.tsx**
```shell
ProgressiveWebApp/
|── ProgressiveWebApp.module.scss
|── ProgressiveWebApp.tsx
|── __tests__/
| |── ProgressiveWebApp.test.tsx
|── index.ts
```

0 comments on commit 9be1e1a

Please sign in to comment.