https://github.com/writeonlycode/next-hacker-jobs
Next Hacker Jobs is a web application that allows users to browse the latest job postings on Hacker News.
https://github.com/writeonlycode/next-hacker-jobs
job-positions nextjs server-side-rendering typescript
Last synced: 3 months ago
JSON representation
Next Hacker Jobs is a web application that allows users to browse the latest job postings on Hacker News.
- Host: GitHub
- URL: https://github.com/writeonlycode/next-hacker-jobs
- Owner: writeonlycode
- Created: 2023-04-02T04:31:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-02T04:47:44.000Z (about 2 years ago)
- Last Synced: 2024-12-29T08:11:43.483Z (5 months ago)
- Topics: job-positions, nextjs, server-side-rendering, typescript
- Language: TypeScript
- Homepage: https://next-hacker-jobs.vercel.app
- Size: 594 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next Hacker Jobs
Next Hacker Jobs is a web application that allows users to browse the latest
job postings on Hacker News. The application is built using Next.js, a popular
React framework that allows for server-side rendering and easy data fetching.
It features a beautiful "neu brutalist" interface.Next.js is a powerful framework that offers many advantages, including easy
setup, optimized performance, built-in SEO support, and high customizability
and extensibility. Additionally, the web application uses server-side
rendering, resulting in always up-to-date content and improved SEO.## Demo Website
To see a live demo of the Next Hacker Jobs website, please visit
https://next-hacker-jobs.vercel.app/. Please note that this is a demo website
and not a official website. If you have any questions or feedback, please feel
free to contact us!## Project Setup
1. Clone the repository.
2. Install dependencies by running `npm install`.## Running Locally
To run the development version of the landing page locally, use the following
command:```bash
npm run dev
```This will start the development server at `http://localhost:3000/`.
To run the production version of the landing page locally, use the following
commands:```bash
npm run build
npm run start
```This will build the production version of the landing page and start the server
at `http://localhost:3000/`.## Deploying to Vercel
To deploy the landing page to Vercel, follow these steps:
1. Create an account on Vercel.
2. Install the Vercel CLI by running `npm install -g vercel`.
3. Run `vercel login` and follow the prompts to authenticate your account.
4. Run `vercel` to deploy the project to Vercel.
5. Follow the prompts to configure your deployment settings.Once the deployment is complete, your landing page will be live at the URL
provided by Vercel.Thank you for your interest in this project!
## Screenshots


