https://github.com/devmnj/solidjs-hygraph-blog
A hygraph CMS blog app using Solidjs and Tailwindcss
https://github.com/devmnj/solidjs-hygraph-blog
hygraph urql
Last synced: about 1 year ago
JSON representation
A hygraph CMS blog app using Solidjs and Tailwindcss
- Host: GitHub
- URL: https://github.com/devmnj/solidjs-hygraph-blog
- Owner: devmnj
- Created: 2022-08-09T04:31:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-09T04:31:39.000Z (over 3 years ago)
- Last Synced: 2025-01-16T11:35:27.365Z (about 1 year ago)
- Topics: hygraph, urql
- Language: JavaScript
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SolidJS Blog
[]()
[](/LICENSE)
---
This is a Solidjs blog App with Tailwindcss.
## 📝 Table of Contents
- [About](#about)
- [Prerequisites](#-prerequisites-)
- [BackEnd](#Graphql)
- [Built Using](#built_using)
- [Authors](#authors)
- [Acknowledgments](#acknowledgement)
The aim of the project is to setup complete blog using `Solidjs`` the back end for this app can run on a server. Building app with Solid is so cool, it is similar to Reactjs but with a 🚀 speed.
### 🔎 Graphql API
For the project I utilised the `mockend` app to create mock `REST/Graphql API`. With a simple Json file (Github Repo) able to build the whole API required. I tested the Graphql with Apollo studio and it was cool.
### 🧒 Prerequisites
You have to familiar with Javascript frameworks such as `Reactjs` and `HTML`,`CSS` and ofcourse the `Javascript` inorder to work with this project.
## ⌚ Using the project
Fork the repo and install dependencies, that's all you need. ⛏️.
### Install dependencies
```
yarn install
```
### Running the project
```
yarn dev
```
will start the project.
- [Solidjs](http://solidjs.com/) - Solidjs
- [urql/core](https://formidable.com/open-source/urql/) - Graphql Client
- [Tailwindcss](https://tailwindcss.com/) - TailwindCSS
- [Mockend](https://mockend.com/) - Mockend
- [Vitejs](https://vitejs.dev/) - Vitejs
- [NodeJs](https://nodejs.org/en/) - Server Environment
## ✍️ Authors and Guides
- [@devmnj](https://github.com/devmnj) - Idea & Initial work
- [JSU](http://javascriptsu.wordpress.com/tag/solidjs) - More guides
- [JSSDO](http://jssudo.blogpost.com)
- [Imgur-for fun](https://imgur.com/user/devshots/posts)
- Thank for awesome `Mamba` template