Skip to content

mcoevert/udacity-project-readable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published