Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

A Contentful App template using Vite + React + Forma36.

License

Notifications You must be signed in to change notification settings

bcakmakoglu/contentful-vite-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f5d9088 Β· Oct 11, 2021

History

16 Commits
Sep 21, 2021
Sep 28, 2021
Sep 21, 2021
Sep 18, 2021
Sep 18, 2021
Sep 21, 2021
Sep 18, 2021
Sep 18, 2021
Oct 11, 2021
Sep 18, 2021
Sep 20, 2021
Sep 20, 2021
Sep 18, 2021
Sep 20, 2021
Sep 18, 2021

Repository files navigation

Vite Contentful App Template

Build a Contentful App using Vite. 🍟

top-language dependencies Status devDependencies Status vulnerabilities GitHub code size in bytes GitHub last commit

πŸͺ„ Features

React TypeScript Vite ESLint

πŸ›  Setup

# create a new project
$ npx degit bcakmakoglu/contentful-vite-starter my-app
# or just clone the repo
$ git clone https://github.com/bcakmakoglu/contentful-vite-starter.git my-app

# you're free to use the package manager of your choosing
$ pnpm install

πŸ§ͺ Development

After setting up your Contentful App config on the Contentful Web Application, you can start development. For instructions on setting up the App check the documentation.

# start (dev)
$ pnpm dev

# build app
$ pnpm build

# serve app from dist dir
$ pnpm serve

# upload dist dir to contentful
$ pnpm upload