Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/buehler/mtg-deck-printer

simple react app that helps listing a mtg (magic the gathering) deck and print it out with a nice print css
https://github.com/buehler/mtg-deck-printer

Last synced: 29 days ago
JSON representation

simple react app that helps listing a mtg (magic the gathering) deck and print it out with a nice print css

Awesome Lists containing this project

README

        

# mtg-card-printer

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
```

To create a development build:

```sh
npm run build-dev
```

## Running

Open the file `dist/index.html` in your browser

## Credits

Made with [createapp.dev](https://createapp.dev/)