Skip to content

m4c1elz/mblog-web

Repository files navigation

MBlog

A twitter-like social media web app, made entirely in Typescript.

screenshot

This repo contains the front-end for the project, made with React and TailwindCSS.

MBlog is actually a "remake" of an old project of mine, MacielBlog. However, this one includes much more complex code, with persistent login and JWT token managing.

Setup

  1. Setup the API from the MBlog API Repo.
  2. Create a .env file, defining the URL for the backend.
# by default the API runs at port 8080, but you can manually change that in the backend too
VITE_API_URL="http://localhost:8080"
  1. Setup the frontend:
pnpm install
pnpm dev

Project made via pnpm, but you can use npm too.

Releases

No releases published

Packages

No packages published

Languages