https://github.com/r3nanp/headlessql
📁 A simple app to show events and recording memories using GraphCMS and Graphql with Next.js
https://github.com/r3nanp/headlessql
graphcms graphql nextjs react tailwindcss typescript
Last synced: 3 months ago
JSON representation
📁 A simple app to show events and recording memories using GraphCMS and Graphql with Next.js
- Host: GitHub
- URL: https://github.com/r3nanp/headlessql
- Owner: r3nanp
- License: mit
- Created: 2022-06-15T22:18:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-25T03:20:29.000Z (over 3 years ago)
- Last Synced: 2025-03-02T01:47:30.407Z (12 months ago)
- Topics: graphcms, graphql, nextjs, react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://headlessql.vercel.app/
- Size: 401 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HeadlessQL
📁 A simple app to show events and recording memories. Written in Next.js using GraphQL and GraphCMS.





---
# 🛠 Technologies used
- Next.js
- Typescript
- GraphQL
- GraphCMS
- TailwindCSS
# 🤔 How to run
Clone repository:
```bash
git clone https://github.com/r3nanp/headlessql.git
```
At the root of the project, run:
```bash
yarn
```
or
```sh
npm install
```
Copy the `.env.example` file to `.env.local` and fill the values:
```bash
cp .env.example .env.local
```
Run the following command in order to start the application in a development environment:
```bash
yarn dev
```
or
```bash
npm run dev
```
# License 📚
[MIT license](LICENSE).
Made by [Renan Pereira](https://github.com/r3nanp)
Give a ⭐️!