Skip to Content
Getting StartedFile Structure

File Structure

After downloading the latest StatixFlow from Themeforest ,the template 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.
  • package-lock.jsonLock file for NPM packages, ensuring consistent installations.
  • vite.config.jsMain configuration file for Vite.
Last updated on