Documentation
Low-code
Low-code
  • What is Agua?
  • Quick Start
    • AirBnb: Tutorial
      • Component: Button
      • Component: Card
        • Card's Tag
        • Card's Images
        • Card's Info
      • Home Header
        • 1. Banner
        • 2. Divider
        • 3. Desktop Menu
          • 3.1. Site Menu | Elements
          • 3.2. Site Menu | Style
          • 3.3. Search | Elements
          • 3.4. Search | Style
        • 4. Tablet Menu
          • 4.1. Menu | Elements
          • 4.2. Menu | Style
  • Daily Use
    • Basics
      • Initial Setup
      • Project structure
        • .agua folder
      • Project persistence
        • Saving your project
        • Deploy Locally
  • Help and Community
    • Support
    • Latam Community
    • Global Community
Powered by GitBook
On this page
  1. Daily Use
  2. Basics
  3. Project structure

.agua folder

PreviousProject structureNextProject persistence

Last updated 1 year ago

With your project saved, you can review your code in the selected local folder. Your code will be saved in the .agua folder.

Within the folder, you will find:

  • agua.json where your Agua project is saved.

  • generated where the React code automatically generated by our UI Editor and the code of the your components are saved.

In Mac you may no be able to visualize your folder right away, in that case:

  1. Press the “Command” + “Shift” + “.” (period) keys at the same time.

  2. .agua will show up as translucent in the local folder.

You can also:

  1. Click Spotlight (the magnifying glass icon in the toolbar or in Finder) and search for Terminal. Click the Terminal app, which should be the first result. Or, open Finder and navigate to Applications > Utilities > Terminal.

  2. In the Terminal text box, type the following script: defaults write com.apple.Finder AppleShowAllFiles true (This instructs Finder to reveal all of the hidden files on your Mac.)

  3. Then type: killall Finder (This will restart Finder and apply the changes you made.)

In Windows:

  1. Select View > Show > Hidden items.

  2. .agua will show up as translucent in the local folder.