Giter Club home page Giter Club logo

starter-template-svelte-simple-blog's Introduction

Starter template svelte simple blog with caisy

Deploy this template to Vercel
Deploy with Vercel

Features

  • ✅ 100/100 Lighthouse performance
  • ✅ SEO-friendly with canonical URLs and OpenGraph data
  • ✅ Dynamic content updates from caisy without redeployment
  • ✅ Sitemap support

Requirements

In order to have the right blueprints configured, make sure to follow the onboarind on caisy.io and select the starter template "svelte Simple Blog" To run this project a .env file like this (with your own projects values) is required:

 CAISY_PROJECT_ID=XXXXXX
 CAISY_API_KEY=************

To run this project locally

  • git clone https://github.com/caisy-io/starter-template-svelte-simple-blog.git
  • create .env file with your project id and API key
  • npm install
  • npm run dev

In order to have the right blueprints configured, make sure to follow the onboarind and select the starter template "svelte Simple Blog"

We are using

  • svelte as server and server side rendering framework
  • tailwindcss for styling
  • @caisy/rich-text-svelte-renderer to render the caisy richtexts in svelte
  • graphql and graphql-request to fetch data from caisy
  • codegen to genereate typescript types and the sdk form the queries

Codegen

During development we generate code using

  • @graphql-codegen/cli and plugins

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at http://127.0.0.1:3000/
npm run gen Regenerates generated types and SDK
npm run gen:watch Wachting changes and regenerates generated types and SDK
npm run build Build your production site to .svelte-kit

👀 Want to learn more?

Feel free to check the caisy documentation Feel free to check the sveltekit documentation Feel free to check the svelte documentation

Developing

Once you've created a project and installed dependencies with npm install start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production build:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment. Right now we have the vercel adapter set up.

starter-template-svelte-simple-blog's People

Contributors

aghazy94 avatar bassamfouad26 avatar moritzgruber avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

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.