owned this note changed 4 years ago
Published Linked with GitHub

Install

ULA is an application template that does not require programming skills. Still, you should initially

  • install a few programming tools
  • use a few commands from the command prompt (terminal)

Node, Git, VS Code

Please, visit links below and install:

Create a folder for your app and open it with VS Code.
Right mouse click on folder > open with > VS Code

Open Terminal (Command Prompt): Ctrl+`
or Top menu --> View --> Terminal

Check that your Terminal works and everything has been installed correctly by executing the following commands:
type them, or copy/paste to Terminal, then press Enter

git --version
node --version 
code --version 

You will see their versions.

Expo-cli

npm install -g expo-cli

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →
for more info: expo-cli

ULA

Execute the following commands in the terminal (copy, paste, press Enter):

git clone https://github.com/Aparus/ULA.git . git clone https://github.com/Aparus/ula-content-example.git content npm install npm run generate-assets expo start --web

What do those commands do?

  1. clone (download) template of the app from git to your project folder
  2. clone (download) content example folder from git
  3. install all software (dependencies) needed for running the app
  4. convert human-readable text from /content folder to machine-readable code to /assets folder
  5. start the app

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →
Congratulations. We hope you see the app running on your computer.

Troubleshooting

If you have any problems during the installation process:

  • delete everything from the project folder (because it was installed partly and incorrectly),
  • repeat Install ULA process step-by-step, by executing only one command at a time (copy/paste one line and press Enter), then you understand exactly what error appears and where.

When you see an error:

  • google it and try to fix
  • visit our forum and seek similar problems
  • if you can't solve a problem by yourself, please open an issue on our forum (i.e., GitHub page of ULA repository)

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →
More to read

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →
Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →
Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →
What is ULA Universal Learning App

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →
Install app template on your computer (for further development)

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →
Configure Home page

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →
Learn Navigation and Content Structure

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →
Get an idea of Content types, how to use them and create new ones

Study built-in content types:

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →
richText

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →
richMedia

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →
fileCard

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →
exercise

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →
Translate your content to any languages

Style any part of the app as you want

Build your app for Android, iOS, Web

Deploy free, fast and easiest way to share your app with the world

Update keep the app up to date

Roadmap our plans (to-do list)

Select a repo