VSTAY backend Defined scripts Start app on container in dev mode on port 4000:
Make sure following command available on your system:
- docker
- docker-compose
- node
- npm
- nvm
- git
Recommend VSCode Extension:
- EditorConfig for VS Code
tag: [action] [target]
Tags: 'feat', 'fix', 'build', 'chore', 'docs', 'improv', 'perf', 'refactor', 'revert', 'style', 'test',
Actions: add
, create
, remove
, modify
, change
Targets: name of functions, attributes or objects...
- Always run app with defined scripts.
- Commit with the messages point to what you have been done within that commit.
cp .env.example .env
npm install
npm run docker:dev