codinger41 / react-node-blog

simple blog with react.js and node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

simple blog with react.js and node.js


Languages

Language:JavaScript 74.4%Language:CSS 18.9%Language:HTML 6.7%