Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Escape inline start script for PowerShell (#171)
Single quotes inside the NPM start script throws the following error when running "npm start" from Windows PowerShell: ``` Error: Cannot find module ''babel-register'' ``` (note the duplicated single quotes) Replacing the single quotes with escaped double quotes allows starting the application from PowerShell.
- Loading branch information