ghorsington 12a59d0d41 Add logging to webserver 3 years ago
..
.vscode 3f5aeec760 Init fresh web project 3 years ago
src 12a59d0d41 Add logging to webserver 3 years ago
static d93d3789a6 Configure tailwind 3 years ago
.eslintrc.json b792ea7fa8 Add rpc_ts base 3 years ago
.gitignore 3f5aeec760 Init fresh web project 3 years ago
Dockerfile aa740aed39 Fix compile errors in web 3 years ago
LICENSE 3f5aeec760 Init fresh web project 3 years ago
README.md 3f5aeec760 Init fresh web project 3 years ago
package.json 12a59d0d41 Add logging to webserver 3 years ago
rollup.config.js 12a59d0d41 Add logging to webserver 3 years ago
svelte.config.js d93d3789a6 Configure tailwind 3 years ago
tailwind.config.js d93d3789a6 Configure tailwind 3 years ago
tsconfig.json 12a59d0d41 Add logging to webserver 3 years ago

README.md

🌐 Sapper with TypeScript and GraphQL project base

❓ What is this?

This is an extension to the official Sapper Rollup template with TypeScript preprocessing and a GraphQL server through TypeGraphQL (Apollo Server).

If you're looking for something with much, much more bundled in, check out my opinionated project base.

📋 Copy

Choose either to clone or fork depending on your preference.

🐑 Clone

git clone https://github.com/babichjacob/sapper-typescript-graphql-template

🍴 Fork

Click the Use this template button on this project's GitHub page.

⬇️ Install Dependencies

cd sapper-typescript-graphql-template
npm install  # pnpm also works

🛠 Usage

🧪 Development

npm run dev

🔨 Building for Production

If you do not need to include heavy Babel transforms and polyfills to support old browsers on your site, then remove the --legacy flag in the build package script to lighten it up.

npm run prod

📦 Exporting a Static Site

If you do not need to include heavy Babel transforms and polyfills to support old browsers on your site, then remove the --legacy flag in the export package script to lighten it up.

npm run export

⚙ Configuration

⚡ Web app

Many of the fields in static/manifest.json (short_name, name, description, categories, theme_color, and background_color) are filled with demonstrative values that won't match your site. Similarly, you've got to take new screenshots to replace the included static/screenshot-1.png and static/screenshot-2.png files. If you want, you can add app shortcut definitions for "add to home screen" on Android. Once you change theme_color, update the meta name="theme-color" tag in src/template.html to match.

The Apple touch icon, favicon, and logo- files (also all in the static directory) are created by placing the logo within a "safe area" centered circle that takes up 80% of the canvas's dimension. For instance, the constraining circle in logo-512.png is 512 × 0.80 = 409.6 ≈ 410 pixels wide and tall.

😵 Help! I have a question

Create an issue and I'll try to help.

😡 Fix! There is something that needs improvement

Create an issue or pull request and I'll try to fix.

I'm sorry, because of my skill level and the fragility of (the combination of) some of these tools, there are likely to be problems in this project. Thank you for bringing them to my attention or fixing them for me.

📄 License

MIT


This README was generated with ❤️ by readme-md-generator