SrcBrowse is a simple web app allowing you to browse the contents of a JavaScript source map file. It is built using React.
- Install Node.js and Yarn if you don't have them already.
- Clone the repo and run
yarnto install dependencies. - Run
yarn watchto run the development server. It will live reload as you change files. - Run
yarn buildto build the production version.