aniav / ynab-csv

Tool for making your CSV files ready to import into YNAB
https://aniav.github.io/ynab-csv/
MIT License
162 stars 85 forks source link

Add http-server for cross-platform compatibility #71

Closed SonnevilleJ closed 5 months ago

SonnevilleJ commented 5 months ago

Issue: The NPM start script uses the open command which is specific to MacOS.

Rather than use a platform-specific command to launch the browser, the http-server package can do this instead in a way that works for all platforms. This would allow all users to run npm start in the terminal to launch the app.

SonnevilleJ commented 5 months ago

I also updated browser-sync as it had NPM audit vulnerabilities.

aniav commented 5 months ago

Thank you for the changes @SonnevilleJ ✨