Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/atapas/remix-node

This project showcase how the Remix Framework can be used as a blog front-end with the headless Hashnode.
https://github.com/atapas/remix-node

hashnode hashnode-blog headless headless-cms headless-hashnode remix remix-run tapascript

Last synced: 30 days ago
JSON representation

This project showcase how the Remix Framework can be used as a blog front-end with the headless Hashnode.

Awesome Lists containing this project

README

        

# remix-node
The `remix-node` is a project to build a custom blog UI using [Headless Hashnode](https://hashnode.com/headless) and [Remix framework](https://remix.run/).

## 🔥 See Demo
You can see the demo of the working app from here:

> [The RemixNode Blog Demo](https://remixnode.vercel.app/)

## 🏃 Run It Locally
You can fork the repository and run the application locally using the following steps:
- Install dependencies using `npm install` / `pnpm install` / `yarn` command.
- Start the development server with `npm run dev` / `pnpm dev` / `yarn dev`.
- By default, the app will run on the [http://localhost:3000/](http://localhost:3000/).

## 🍔 Tech Stack
- Remix Framework as a front-end web framework.
- Tailwind CSS for styling.
- Headless Hashnode as the CMS for Blogging.
- GraphQL client.
- Vercel for hosting (with automatic build & deployment).

## 🫶 Support
Liked it? You can show your support with a STAR(⭐).

### Many Thanks to all the `Stargazers` who has supported this project with stars(⭐)

[![Thanks to all stargazers](https://git-lister.onrender.com/api/stars/atapas/remix-node?limit=15)](https://github.com/atapas/remix-node/stargazers)

### Sponsor My Work

I am an independent educator who creates meaningful projects to teach programming. You can support me further by [sponsoring me on GitHub](https://github.com/sponsors/atapas).

## 🟢 Deploy
Now you'll need to pick a host to deploy it to.

If you're familiar with deploying node applications, the built-in Remix app server is production-ready.

Make sure to deploy the output of `remix build`

- `build/`
- `public/build/`