a web application for content and comments that allows you to add and edit new content, view each content in detail, and make comments. .
- Node.js >= v7.0.0
- NPM >= 3.10.8
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