unwebpack-sourcemap
Extract uncompiled, uncompressed SPA code from Webpack source maps.
File Explorer
Download Latest Version (.zip)- common.js
- dev.js
- prod.js
- jest.json
- jest.preprocessor.js
- react_logo.svg
- App.scss
- App.tsx
- index.html.ejs
- index.tsx
- fileMock.js
- shim.js
- styleMock.js
- App.test.tsx
- .babelrc
- .gitignore
- express.js
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
- tslint.json
- .gitignore
- LICENSE
- README.md
- requirements.txt
- unwebpack_sourcemap.py
# Installation Guide
1. Get the code
git clone https://github.com/rarecoil/unwebpack-sourcemap
Downloads the entire project code from GitHub to your computer.
cd unwebpack-sourcemap
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
cd example-react-ts-app
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
3. Python
EasyPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
