rsnext/examples/with-particles
2022-07-26 20:08:40 -05:00
..
components Added with-particles template (#35471) 2022-06-22 15:13:10 +00:00
pages Added with-particles template (#35471) 2022-06-22 15:13:10 +00:00
public Added with-particles template (#35471) 2022-06-22 15:13:10 +00:00
styles Added with-particles template (#35471) 2022-06-22 15:13:10 +00:00
.gitignore Update default gitignore templates (#39051) 2022-07-26 20:08:40 -05:00
next-env.d.ts Added with-particles template (#35471) 2022-06-22 15:13:10 +00:00
next.config.js Added with-particles template (#35471) 2022-06-22 15:13:10 +00:00
package.json Added with-particles template (#35471) 2022-06-22 15:13:10 +00:00
README.md Added with-particles template (#35471) 2022-06-22 15:13:10 +00:00
tsconfig.json Added with-particles template (#35471) 2022-06-22 15:13:10 +00:00

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).