Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 694 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 694 Bytes

Note Pro

A simple note application. Backend: node / express / NeDB Frontend: plain HTML/CSS/JS, handlebars as template engine, no frameworks!

Things might be a little a little messy in the frontend. This is due to the limitation of libraries/frameworks (by not using any) and the fancy visual sort mechanism.

Demo

https://note-pro.herokuapp.com/

Setup

# Repo klonen
git clone https://github.com/TheMen4ce/note-pro.git

# In Verzeichnis wechseln
cd note-pro

# NPM-Dependencies installieren (in package.json definiert)
npm i

Start Application and Server

npm start