mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
1.2 KiB
1.2 KiB
tsParticles Example
This example shows a Next.js application using React tsParticles package for creating beautiful particles animations.
Learn more about tsParticles in the docs.
Deploy your own
How to use
Execute create-next-app with npm or Yarn to bootstrap the example:
npx create-next-app --example with-particles with-particles-app
yarn create next-app --example with-particles with-particles-app
pnpm create next-app -- --example with-particles with-particles-app
Deploy it to the cloud with Vercel (Documentation).