Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.35 KB

unthink-stack.md

File metadata and controls

33 lines (24 loc) · 1.35 KB

Unthink Stack

The Unthink Stack is an Express-based, full-stack web development framework. You write code for the server and the client in TypeScript, allowing for shared knowledge for both.

Core Features

Requirements

  • Latest LTS version of Node.
  • Docker (for Mongodb local development)
  • SSL Cert: this stack uses HTTPS and requires having an SSL cert for localhost.

Other project dependencies will be managed by npm.

Documentation