Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khalil-codes/news-next-app
Newsman is your all in one news provider app that helps you get news from many resources and represent news in an interactive way.
https://github.com/khalil-codes/news-next-app
Last synced: 27 days ago
JSON representation
Newsman is your all in one news provider app that helps you get news from many resources and represent news in an interactive way.
- Host: GitHub
- URL: https://github.com/khalil-codes/news-next-app
- Owner: Khalil-codes
- Created: 2022-02-14T09:51:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-14T10:02:22.000Z (almost 3 years ago)
- Last Synced: 2023-12-02T14:39:30.685Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
First, Install the dependencies using:
```bash
npm install
# or
yarn
```Then, run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.