rsnext/examples/with-particles/README.md
Matteo Bruni cf3ba271e9
Added with-particles template (#35471)
## Documentation / Examples

- [x] Make sure the linting passes by running `yarn lint`
2022-06-22 15:13:10 +00:00

1.4 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

Deploy the example using Vercel or preview live with StackBlitz

Deploy with Vercel

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
# or
yarn create next-app --example with-particles with-particles-app
# or
pnpm create next-app -- --example with-particles with-particles-app

Deploy it to the cloud with Vercel (Documentation).