Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 806 Bytes

README.md

File metadata and controls

37 lines (31 loc) · 806 Bytes

Readable: An original forum application

Set up a own forum with some simple steps

Getting started

Follow these instructions to install the app and get it up and running.

Prerequisites

Installing

Clone the Readable repository and get into the directory.

git clone https://github.com/Tijnos/udacity-project-readable.git
cd udacity-project-readable/

Install and start the api-server

cd api-server
npm install
npm start

In another terminal, go to the root of the repository

Install dependencies.

npm install

Start the application.

npm start

When started, your browser will open and go to: http://localhost:3000