Skip to content

Very minimalistic boilerplate to start most Typescript Express projects. Includes Mongodb connection via Mongoose with a sample post model.

License

Notifications You must be signed in to change notification settings

jazzyio/Express-Typescript-Boilerplate

 
 

Repository files navigation

Minimalist express-typescript-boilerplate

Available Scripts


- `tsc' - builds the tsc project to the dist folder
- `build` - cleans the previous build folder and rebuilds
- `clean' - removes the old dist folder
- `compile` - cleans/transpiles and starts the dist server
- `dev` - runs nodemon on the dist folder, 
          hot reloading on changes made in ts(cleans the old dist folder then rebuilds)

Features

Contains optional MongoDb connection via Mongoose, with sample Post model. Contains folder structure for controllers, models, and routes

About

Very minimalistic boilerplate to start most Typescript Express projects. Includes Mongodb connection via Mongoose with a sample post model.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%