# Template Name Short description Long desciption ## Table of Contents - [Template Name](#template-name) - [Table of Contents](#table-of-contents) - [Stack](#stack) - [Setup](#setup) - [Development](#development) - [Production](#production) - [Cheatsheet](#cheatsheet) ## Stack | Technology | Version | |------------|---------| | | | ## Documentation ## Setup

Development

#### Prerequisites - ... #### Instructions 1. ...

Production

#### Prerequisites - ... #### Instructions 1. ...
## Cheatsheet ```bash # Start redis docker-compose up redis # Start server cd api && npm run start # Start website cd website && npm run dev ```