https://github.com/andytango/mupdf-js-demo
https://github.com/andytango/mupdf-js-demo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andytango/mupdf-js-demo
- Owner: andytango
- Created: 2020-07-11T19:13:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T05:28:00.000Z (over 3 years ago)
- Last Synced: 2025-03-13T01:17:42.315Z (over 1 year ago)
- Language: TypeScript
- Size: 5.65 MB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mupdf-js-demo
Empty project.
## Building and running on localhost
First install dependencies:
```sh
npm install
```
To run in hot module reloading mode:
```sh
npm start
```
To create a production build:
```sh
npm run build-prod
```
## Running
Open the file `dist/index.html` in your browser
## Credits
Made with [createapp.dev](https://createapp.dev/)