WARNING - harviewer-react is under development. Until a 1.0.0 release, branches can and will be rebased (I will experiment with things and remove things).
As this repo currently only has a single contributor (me) this isn't a problem.
If you would like to start contributing, then I will choose a less destructive approach.
harviewer-react is HAR Viewer implemented in React!
Use it at https://gitgrimbo.github.io/harviewer-react/.
I use Visual Studio Code.
harviewer-react uses webpack.
Using npm, pull in the required packages with:
npm install
To start the webpack-dev-server, use:
npm start
The Demo Shell will now be available at:
And the main app will be available at:
npm run deploy-gh-pages
This will build the production version of harviewer-react and deploy it as a GitHub pages site.