Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/atapas/remix-node
- Owner: atapas
- License: mit
- Created: 2023-11-20T05:47:34.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-24T04:49:48.000Z (12 months ago)
- Last Synced: 2024-05-01T17:16:02.129Z (7 months ago)
- Topics: hashnode, hashnode-blog, headless, headless-cms, headless-hashnode, remix, remix-run, tapascript
- Language: JavaScript
- Homepage: https://remixnode.vercel.app/
- Size: 2.32 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/`