Home
skeleton-ts provides boilerplate for backend project.
This project includes:
- Dependency Injection with InversifyJS
- Unit test example
- TypeScript support
- Hot Reloading
- Monitoring
- Per-commit hooks
- Dockerfile
Getting Started
git clone git@github.com:darkcl/skeleton-ts.git
rm -Rf .git
# Start Development
make dev