Skip to Content
Getting StartedFile Structure

File Structure

After downloading the latest StatixFlow,the zip file contains 2 directories: documentation and html. The html directory contains the following files and folders.

  • .gitignoreIgnores certain files and directories from being tracked when using Git.
  • .prettierrcConfiguration file for Prettier.
  • [....html]All the HTML files for StatixFlow
  • build.jsConfiguration file for building production-ready html files and assets
  • package.jsonConfiguration file for NPM packages.
  • vite.config.jsMain configuration file for Vite.
Last updated on