https://github.com/anmolsukki/nextjs-boillerplate
[ NextJs ] Boillerplate
https://github.com/anmolsukki/nextjs-boillerplate
Last synced: about 1 month ago
JSON representation
[ NextJs ] Boillerplate
- Host: GitHub
- URL: https://github.com/anmolsukki/nextjs-boillerplate
- Owner: anmolsukki
- Created: 2020-08-24T07:52:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-15T11:58:29.000Z (over 3 years ago)
- Last Synced: 2025-02-02T05:41:32.573Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 695 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### NextJs Boillerplate
#### API Call in console
```jsx
const res = await fetch('API_URL', { method: 'POST' });
await res.json();
```