Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 549 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 549 Bytes

Readble

a web application for content and comments that allows you to add and edit new content, view each content in detail, and make comments. .

Requirements 🔧

  • Node.js >= v7.0.0
  • NPM >= 3.10.8

How to Run 🏃

first you need to start the server that feeding our application. in api-server file, run:

  • npm start or node server.js

in readble file, run:

  • npm install
  • npm start