https://github.com/arjuntheprogrammer/nextjs-crash-course
Basic News App with Home and About Pages
https://github.com/arjuntheprogrammer/nextjs-crash-course
crashcourse nextjs
Last synced: about 1 year ago
JSON representation
Basic News App with Home and About Pages
- Host: GitHub
- URL: https://github.com/arjuntheprogrammer/nextjs-crash-course
- Owner: arjuntheprogrammer
- Created: 2022-06-28T17:01:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-28T17:22:46.000Z (almost 4 years ago)
- Last Synced: 2025-01-26T20:29:48.518Z (about 1 year ago)
- Topics: crashcourse, nextjs
- Language: JavaScript
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NEXT JS CRASH COURSE
Basic News App with Home and About Pages
---
## COMMANDS
To run dev server:
- npm run dev
To create static files:
- npm run build
To serve static content:
- sudo npm i -g serve
- serve -s out -p 8000
---
## SCREENSHOTS
### HOME PAGE

### ARTICLE ITEM PAGE

### ABOUT PAGE

---
## REFERENCES
1.
2.
---