Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skarthikeyan96/hacker-news-clone-remix
Hacker news clone built with remix and deployed in cloudflare pages
https://github.com/skarthikeyan96/hacker-news-clone-remix
cloudflare cloudflare-pages remix typescript
Last synced: 1 day ago
JSON representation
Hacker news clone built with remix and deployed in cloudflare pages
- Host: GitHub
- URL: https://github.com/skarthikeyan96/hacker-news-clone-remix
- Owner: skarthikeyan96
- Created: 2022-04-14T06:41:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-07T14:35:39.000Z (over 2 years ago)
- Last Synced: 2023-03-05T02:49:03.713Z (almost 2 years ago)
- Topics: cloudflare, cloudflare-pages, remix, typescript
- Language: CSS
- Homepage: https://hacker-news-clone-remix.pages.dev/
- Size: 552 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hacker news clone using Remix
Simple application to fetch the hacker news post and render it on the screen using Remix and deployed to cloudflare pages.
[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs)
## Run Locally
Clone the project
```bash
git clone [email protected]:skarthikeyan96/hacker-news-clone-remix.git
```Go to the project directory
```bash
cd hacker-news-clone-remix
```Install dependencies
```bash
npm install
```Start the server
```bash
npm run start
```## Authors
- [karthikeyan](https://www.github.com/skarthikeyan96)
## Feedback
If you have any feedback, please reach out [@karthik_coder](https://twitter.com/karthik_coder)