Skip to content

jbytes1027/better-blogs-client

Repository files navigation

Better Blogs Client

The frontend for Better Blogs, a reddit-like sharing platform for blog posts. Built to learn modern full stack development. The server is here.

Tech Stack

Usage

Setup

Set REACT_APP_BACKEND_URL environment variable to the backend URL via the shell or a .env file.

Linting

Run npm run lint to check for linting errors and npm run lint:fix to format code to spec.

Development

Run npm run dev to start in development mode at http://localhost:3000/.

Deployment

Build the project with npm run build and run with npm start.