curso-reactjs-nextjs-project-1
No description available.
File Explorer
- settings.json
- favicon.ico
- index.html
- logo192.png
- logo512.png
- manifest.json
- robots.txt
- Button.spec.jsx.snap
- Button.spec.jsx
- index.jsx
- styles.css
- Post.spec.jsx.snap
- index.jsx
- mock.js
- Post.spec.jsx
- styles.css
- Posts.spec.jsx.snap
- index.jsx
- Posts.spec.jsx
- styles.css
- TextInput.spec.jsx.snap
- index.jsx
- styles.css
- TextInput.spec.jsx
- global-styles.css
- Home.spec.jsx
- index.jsx
- styles.css
- load-posts.js
- index.js
- setupTests.js
- .editorconfig
- .eslintrc.js
- .gitignore
- .prettierrc.js
- package-lock.json
- package.json
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
npm run
View Details ▼
npm run
Run a script.
npm run
List available scripts:
npm run {{script_name}}
Run a script:
npm run {{script_name}} -- {{argument}} {{--option}}
Pass arguments to a script:
npm start
View Details ▼
npm start
This command is an alias of `npm run start`.
tldr npm run
View documentation for the original command:
npm test
View Details ▼
npm test
This command is an alias of `npm run test`.
tldr npm run
View documentation for the original command:
eject
View Details ▼
eject
Eject CDs, floppy disks, tape drives, and USB sticks.
eject {{[-d|--default]}}
Display the default device:
eject
Eject the default device:
eject {{/dev/cdrom}}
Eject a specific device (the default order is cd-rom, scsi, floppy, and tape):
