Simple landing to show all your OpenAPI files powered by Scalar API Reference.
In the src/config folder you can customize the json files.
apis.json: Add all your OpenAPI/Swagger files.company.json: Customize with your info.ts-particles/*.json: Add your own JSON file with config for ts-particles animation or usedefault.json. Check in company.json if ts-particles is enabled.
To load custom animation config edit src/components/ts_particles.tsx
import { default_ as config } from '../config/ts-particles';
const ParticlesBg = () => {
//...
}- Install node v18.18.0 or superior.
- In root directory, run the following commands:
npm install
npm run dev- If you want test on local network
npm run dev -- --hostGenerate interactive API Docs from OpenAPI/Swagger documents.
A lightweight TypeScript library for creating particles compatible with React, Vue, Angular and others.
- @tsparticles/react React + TS
- @tsparticles/engine No framework
- Animations presets Examples
- Mateo Bruno Codepen Examples with preview
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
