sapper-firebase-typescript-graphql-tailwindcss-actions-template
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
File Explorer
Download Latest Version (.zip)- build-and-deploy.yml
- extensions.json
- settings.json
- ExampleComponent.svelte
- index.ts
- 404.svelte
- _error.svelte
- _layout.svelte
- example.ts
- index.svelte
- client.ts
- global.pcss
- server.ts
- service-worker.ts
- template.html
- apple-touch-icon-180.png
- favicon.png
- logo-192.png
- logo-512.png
- manifest.json
- screenshot-1.png
- screenshot-2.png
- .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 RecommendedPrerequisites
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
Was this content helpful?
(0 ratings)
