Skip to content

Handy Snippets - a Vite + GraphQL + Typescript app for storing and sharing end-to-end encrypted notes online.

License

Notifications You must be signed in to change notification settings

dariasmyr/handy-snippets-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handy Snippets Frontend

Handy Snippets - Vite + Typescript app for storing and sharing end-to-end encrypted notes online. This app uses GraphQL API to interact with Handy Snippets Backend

Get started

One-liner:

  • npx degit dariasmyr/handy-snippets-frontend my-app && cd my-app && git init && git add . && git commit -m "Initial commit" && npm install && cp .env.example .env && npm run gen && npm run start:dev

Step by step:

  • npx degit dariasmyr/handy-snippets-frontend my-app
  • cd my-app
  • git init && git add . && git commit -m "Initial commit"
  • npm install
  • cp .env.example .env
  • Edit .env
  • npm run gen
  • npm run start:dev

Production build:

  • npm run build
  • npm start:prod

Types generation

Run npm run gen after every GraphQL API Schema changed or after ./graphql/*.graphql files are modified

About

Handy Snippets - a Vite + GraphQL + Typescript app for storing and sharing end-to-end encrypted notes online.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published