examples/with-xata/README.md
This example showcases how to use Next.js with Xata as your data layer.
With this template you get out-of-the-box:
prefers-reduce-motion for CSS TransitionsExecute create-next-app with npm, Yarn, or pnpm to bootstrap the example:
npx create-next-app --example with-xata with-xata-app
yarn create next-app --example with-xata with-xata-app
pnpm create next-app --example with-xata with-xata-app
💡 We recommend installing the Xata CLI globally, but you can also use
npx @xata.io/cliinstead ofxatain the commands below.
You can link your project with a Xata workspace by running the following command:
xata init
To update your types, run the following command:
xata codegen
Open http://localhost:3000 to view it in the browser.
💡 the template will prompt you to create a dummy new table (
nextjs_with_xata_example) with some useful resources.
Some tips that may help you develop your app.
getServerSideProps() or getStaticProps()Deploy it to the cloud with Vercel (Documentation).