An open API service indexing awesome lists of open source software.

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

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

![Screenshot 2022-06-28 at 10 50 48 PM](https://user-images.githubusercontent.com/15984084/176244242-f4a1f280-26de-4e7e-92f6-3a73143f9741.png)

### ARTICLE ITEM PAGE

![Screenshot 2022-06-28 at 10 50 37 PM](https://user-images.githubusercontent.com/15984084/176244225-71e82bcb-ceca-4d13-a9ff-ce907f5ec2e8.png)

### ABOUT PAGE

![Screenshot 2022-06-28 at 10 51 03 PM](https://user-images.githubusercontent.com/15984084/176244246-0bcd7624-cafb-4797-84d6-7e4e7701c79d.png)

---

## REFERENCES

1.
2.

---