Skip to content

Black-Axe/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.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published