Giter Site home page Giter Site logo

paperquik.com's Introduction

PaperQuik.com

https://github.com/JohnMunsch/PaperQuik.com

This project is the complete source for what is deployed at PaperQuik.com. It generates SVG images for a page given some user selected characteristics (page size and format) and then you can print that to get the page you want.

Development

I switched this project to Vite in version 2.1. Thus the commands for development, building, etc. are the standard ones for Vite.

  • npm install - Always do this after pulling down a new version of the source.

  • npm run dev - Run this to do development work. It will tell you the URL to use to access the site.

  • npm run build - Run this to build the release version of the site.

  • npm run preview - This serves up the release version after you've built it using the previous command.

  • npm run storybook - Fires up Storybook with stories for the various components.

Links

Docker Publish

Packages

Client-Side

  • Vite - I used to use esbuild for all my building and it worked OK. Vite is equally easy to use, standardizes things more, and works well not just for development (where it still uses esbuild) but for production builds too.
  • Lit
  • @lit-labs/router - I know it's not "production ready" and I know that it requires a polyfill to be used on some browsers, but it's still better than "page" (which is what I used to use) and the poorly documented @vaadin/router. So if you know of something which works well with Lit that you can suggest instead then I'm more than happy to listen.
  • Bootstrap

Server-Side

paperquik.com's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

oinam

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.