FooNaN / Musicians

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Musicians

A daily venue booking service

Available commands

In the project directory, you can run:

Development

make start_dev

Runs the app docker in the development mode

Both front-end and back-end will reload if you make edits

make start_dev service_name

Runs specific app service in the development mode

make shut_down_dev

Downs development docker

Production

make start_prod

Runs the app in the production mode

make start_prod service_name

Runs specific service in the production mode

make shut_down_prod

Downs production docker

About


Languages

Language:TypeScript 70.5%Language:HTML 16.1%Language:CSS 8.7%Language:Makefile 2.6%Language:Dockerfile 2.0%