Open dimitarsi opened 2 years ago
Instead of running all scripts in separate terminals or integrating tmux, we use npm concurrently to facilitate this.
npm concurrently
dev:concurrently does not work, since it breaks watching the files ( using Windows 11, Windows Terminal + PowerShell )
dev:concurrently
Instead of running all scripts in separate terminals or integrating tmux, we use
npm concurrently
to facilitate this.