/kjv-bible-server

Serving contents of the King James Version of the Bible (from Project Gutenberg) via Node.js

Primary LanguageTypeScript

kjv-bible-server

Serving contents of the King James Version of the Bible (from Project Gutenberg) via Node.js

Boilerplate

Forked from https://github.com/andregardi/ts-express

Minimal boilerplate to start a Express.js project using TypeScript.

For more information check out the article:

https://medium.com/@gardikoury/eb6bc73edd5d

Quick Start

To install this dependency use:

npm install

To run ther server in development mode:

npm run dev

To run ther server in production mode:

npm run prod