juleskuehn / html-assembler

Accessible document assembler with rich text editor for partials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

html-assembler

Create document sections with CKEditor. Select sections to assemble a document.

Understanding the code

This is a CRUD application using Node, Express, MongoDB backend and Web Experience Toolkit frontend. The barebones implementation has its own repo: wet-mongoose.

The code is based on:

Setup

  • Install node.js, npm, and MongoDB
  • Clone this repository: git clone https://github.com/juleskuehn/html-assembler
  • In the created directory, run npm install

Usage

  • Run mongod to start the database server
  • Run npm run devstart to start the node.js server
  • Visit localhost:3000

About

Accessible document assembler with rich text editor for partials

License:MIT License


Languages

Language:JavaScript 99.8%Language:HTML 0.2%Language:CSS 0.0%