Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.13 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.13 KB

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.