dimitarsi / playground-react-ts-sitebuilder-and-cms

React experiment, creating a plugin-based react CMS with SSR. Installing pre-compiled react components via the plugin manager enables additional functionalities without restarting or compiling the project
0 stars 0 forks source link

Group npm script and run them with concurently #2

Open dimitarsi opened 2 years ago

dimitarsi commented 2 years ago

Instead of running all scripts in separate terminals or integrating tmux, we use npm concurrently to facilitate this.

dimitarsi commented 2 years ago

dev:concurrently does not work, since it breaks watching the files ( using Windows 11, Windows Terminal + PowerShell )