The remix-node
is a project to build a custom blog UI using Headless Hashnode and Remix framework.
You can see the demo of the working app from here:
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/.
- 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).
Liked it? You can show your support with a STAR(⭐).
I am an independent educator who creates meaningful projects to teach programming. You can support me further by sponsoring me on GitHub.
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/