sapper-firebase-typescript-graphql-tailwindcss-actions-template

(โ˜… 105)

A template that includes Sapper for Svelte, Firebase functions and hosting, TypeScript and TypeGraphQL, Tailwind CSS, ESLint, and automatic building and deployment with GitHub Actions

  • .eslintrc.json
  • .firebaserc
  • .gitignore
  • build-global-css.mjs
  • firebase.json
  • index.js
  • LICENSE
  • package-lock.json
  • package.json
  • postcss.config.js
  • README.md
  • rollup.config.js
  • svelte.config.js
  • tailwind.config.js
  • tsconfig.json

# Installation Guide

1. Get the code
git clone https://github.com/babichjacob/sapper-firebase-typescript-graphql-tailwindcss-actions-template

Downloads the entire project code from GitHub to your computer.

cd sapper-firebase-typescript-graphql-tailwindcss-actions-template

Moves into the project folder you just downloaded.

2. Node.js

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Node.js Node.js must be installed to use npm. The LTS version is recommended.
npm install # pnpm also works

Downloads and installs the libraries listed in package.json.

npm run dev

Starts the development/run server.

npm run deploy

Type this command into your terminal and run it.

npm run prod

Type this command into your terminal and run it.

npm run start

Starts the development/run server.

โœ… After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.

Pulled directly from this repo's README.

// repository documentation