https://github.com/safdarjamal/hacker-news
Hacker News app built with React.
https://github.com/safdarjamal/hacker-news
hacker-news hackernews hackernews-api hackernews-clone javascript jsx news-app react react-for-beginners
Last synced: 4 months ago
JSON representation
Hacker News app built with React.
- Host: GitHub
- URL: https://github.com/safdarjamal/hacker-news
- Owner: SafdarJamal
- License: mit
- Created: 2019-04-20T13:16:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-14T16:28:50.000Z (almost 6 years ago)
- Last Synced: 2025-04-09T07:22:54.123Z (over 1 year ago)
- Topics: hacker-news, hackernews, hackernews-api, hackernews-clone, javascript, jsx, news-app, react, react-for-beginners
- Language: JavaScript
- Homepage:
- Size: 1.33 MB
- Stars: 4
- Watchers: 0
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hacker News
Hacker News app built with React.
## Development
To get a local copy of the code, clone it using git:
```
git clone https://github.com/SafdarJamal/hacker-news.git
cd hacker-news
```
Install dependencies:
```
npm install
```
Finally, you need to start a local web server. Run:
```
npm start
```
#### npm scripts
| Script | Description |
| ------------- | ----------------------------------------------------------------------- |
| npm start | Runs the app in the development mode. |
| npm test | Launches the test runner in the interactive watch mode. |
| npm run build | Builds the app for production to the `build` folder. |
| npm run eject | This command will remove the single build dependency from your project. |
## License
This is an open source software [licensed as MIT](https://github.com/SafdarJamal/hacker-news/blob/master/LICENSE).