The project contains web-based slides for a speech on "Optimizing Performance of React Applications". The slides are built using React and Reveal.js.
Install the dependencies:
npm installStart the dev server:
npm run devBuild the app for production:
npm run buildPreview the production build locally:
npm run previewThe project is organized as follows:
public/ # Public assets
src/ # Source files
├── components/ # Reusable components
├── examples/ # Example applications
├── slides/ # Slide contents
└── index.tsx # Entry point of the application
This structure helps in organizing the codebase into logical sections, making it easier to navigate and maintain.
Mirco Bellagamba - mircobellagamba.com