Skip to content

A simple to-do/note-taking app, built with Next.js, Sanity, Chakra UI and SWR.

Notifications You must be signed in to change notification settings

ocwilsonchow/next-sanity-todo

Repository files navigation

## Create template
npx create-next-app@latest
## Install Chakra
npm i @chakra-ui/react @emotion/react@^11 @emotion/styled@^11 framer-motion@^6
## Install all packages
npm i swr moment @sanity/client groq @chakra-ui/icons react-icons
## Install Sanity Studio and set up schema
mkdir studio
mkdir lib
npm install -g @sanity/cli && sanity init --template get-started --project k29pknem --dataset production --provider github

# Start local Sanity Studio server
# Open localhost:3333
sanity start
## Start localhost:3000
cd next-sanity-todo
npm run dev

About

A simple to-do/note-taking app, built with Next.js, Sanity, Chakra UI and SWR.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published