/readable

Project for React Developer Udacity Nanodegree

Primary LanguageJavaScript

Readable Project

Anonymous posts aggregation, rating, and discussion. (Like Hacker News or Reddit.)

This project was made as a part of the React Developer Udacity Nanodegree.

Stack

Libs

Installing dependencies

$ cd api-server/
$ npm install

Running Backend Server

$ cd /api-server
$ node start
(running) -- http://localhost:3001

Information about the API server

Front Server

$ cd web/
$ npm run start
(running) -- http://localhost:3000

Then open http://localhost:3000/ to see your app.