Skip to content

A boilerplate to quickly start typescript/express projects

Notifications You must be signed in to change notification settings

nicolasromer/express_ts_boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nick's ExpressTS Speedy Project Initialization Boilerplate

An Express and Typescript service boilerplate


Some points:

  • uses makefile instead of npm scripts. rationale
  • public js is built to the public folder. other stuff for the fileserver are copied into static

structure

  • you should keep each domain separated into its own api and data storage, copying the wordModule sample module
  • data is currently only in memory. but with the repository we can easily switch this for a DB later

usage

  • make installs, builds, and runs the server
  • make build, make test pretty self explanatory
  • make start-dev will run the server while watching files for changes`

About

A boilerplate to quickly start typescript/express projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published