Skip to content

slidewiki/slidewiki-platform

Folders and files

NameName
Last commit message
Last commit date
Dec 14, 2018
Jan 29, 2019
Feb 18, 2019
Dec 13, 2018
Oct 12, 2018
Feb 1, 2016
Dec 17, 2018
Oct 25, 2018
Jul 16, 2018
Dec 11, 2018
Dec 14, 2018
Jan 29, 2019
Mar 23, 2018
May 2, 2018
Oct 29, 2018
Jun 8, 2018
Dec 13, 2017
Feb 2, 2016
Jun 27, 2018
Feb 17, 2017
Jun 27, 2018
Jun 27, 2018
Oct 4, 2018
Jul 2, 2018
Oct 12, 2018
May 25, 2016
Nov 14, 2016
Nov 1, 2018
Feb 23, 2017
Jun 8, 2018
Oct 10, 2018
Oct 4, 2018
Nov 1, 2018
Sep 28, 2017
Apr 22, 2016
Jun 25, 2018
Feb 1, 2017
Nov 1, 2018
Feb 1, 2016
Feb 16, 2016
Jan 29, 2019
Dec 5, 2018
Aug 3, 2017
Dec 5, 2018
Apr 26, 2016

Repository files navigation

SlideWiki Platform

Build Status David David Language Framework LinesOfCode Coverage Status

Installation

You should have installed NodeJS, npm and Webpack on your system as prerequisite, then:

Clone the repository recursively to make sure you clone the submodules as well: git clone --recursive https://github.com/slidewiki/slidewiki-platform.git Run:

npm install

add the config for your microservices:

cp ./configs/microservices.sample.js ./configs/microservices.js

Run in Production Mode

npm run build

Development Mode

npm run dev

check server at localhost:3000