You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import { Configs } from 'src/configs';
console.log(Config.PORT);
npm commands
npm i # install packages
npm run build # Build project
npm t # Run tests
npm start # Run the app.
npm run lint # Run lint
npm run fix:lint # Fix lint issues
Make file
make install # Install dependencies
make up # Run service
make upd # Run service in the background
make cmd # Run the service and connect to the `bash`
make down # Tear down the service
make clean # Clean containers in `exited` status.
Pre commit hook
Run chmod +x ./husky/pre-commit to enable pre commit hook.