Skip to content

zencoder24/apex-blogs

Repository files navigation

apex-blogs v1

Writing my blogs to share with the world!

Screenshots

apex-blogs-site

forthebadge

forthebadge

forthebadge

Features

  • Sharable Blog Posts
  • Comment Section
  • Recent Blog Widget
  • Light/Dark Mode

Tech Stack

Client:

NextJs Typescript Tailwidcss GraphQL Apollo GraphQL

Server:

Heroku Heroku

Installation

Download the latest version of the Node Package Manager

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/zencoder24/apex-blogs.git
  2. Install NPM packages
    npm install
  3. Change Directory in to the frontend folder
    cd frontend
  4. Run on Local Server
    npm run dev

Runs the app in the development mode.

Open http://localhost:3000 to view it in the browser. The page will reload if you make edits.

forthebadge