Simple repository template
.github | ||
README.md |
Template Name
Short description
Long desciption
Table of Contents
Stack
Technology | Version |
---|---|
Documentation
Setup
Development
Prerequisites
- ...
Instructions
- ...
Production
Prerequisites
- ...
Instructions
- ...
Cheatsheet
# Start redis
docker-compose up redis
# Start server
cd api && npm run start
# Start website
cd website && npm run dev