Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 292 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 292 Bytes

Simple blog with reactjs and node.js

setup

  • clone this repo
  • run npm install && cd client && npm install to install dependencies
  • make .env file with sample from .env.sample
  • run npm start && cd client && npm start
  • server is on localhost:5000 frontend is on localhost:3000