Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daniel15/srcbrowse

Basic webapp for browsing the contents of a source map file
https://github.com/daniel15/srcbrowse

javascript sourcemap sourcemaps

Last synced: 2 months ago
JSON representation

Basic webapp for browsing the contents of a source map file

Awesome Lists containing this project

README

        

[SrcBrowse](https://srcbrowse.com/)
===================================

[SrcBrowse](https://srcbrowse.com/) is a simple web app allowing you to browse the contents of a JavaScript source map file. It is built using React.

Development
===========
1. Install Node.js and Yarn if you don't have them already.
2. Clone the repo and run `yarn` to install dependencies.
3. Run `yarn watch` to run the development server. It will live reload as you change files.
4. Run `yarn build` to build the production version.