Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/daniel15/srcbrowse
- Owner: Daniel15
- License: mit
- Created: 2018-09-03T05:12:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-10T04:37:11.000Z (over 6 years ago)
- Last Synced: 2024-10-04T10:03:17.579Z (3 months ago)
- Topics: javascript, sourcemap, sourcemaps
- Language: JavaScript
- Homepage: https://srcbrowse.com/
- Size: 156 KB
- Stars: 18
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.