Skip to content

Blitzsturm/TypeScript-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super Basic TypeScript Web server starter!

Intended as quick jump-point to create TypeScript based web apps, but configured to accept JS as well without breaking

  • Includes all the standard web server stuff you can add to or remove
  • Should be friendly for extreme beginners to node or TypeScript
  • Check the content of the src folder to get started on server side code
    • app is the server pre-configuration
    • index is the main code file you'll add to
    • If you require server-side rendering install EJS
    • If you require authentication install Passport
    • If you require a database install MySQL, PostgreSQL, sqlite3, MongoDB, etc...
  • Check the content of the public folder for interface
    • Existing UI is powered by CDNed Vue to demo server api interface
  • See Express.js documentation for more details on server operation

About

Bare-bones Server starting point for TypeScript based web apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published