Skip to content

Javlotio/onboarding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Run the Onboarding App

Because this project uses ES Modules (<script type="module">) and Dynamic Content Loading (fetch()), for security reasons, it CANNOT be run by simply double-clicking index.html. Browsers block these features when using the file:// protocol.

You MUST run a local web server.

Option 1: VS Code (Recommended)

  1. Install the "Live Server" extension in VS Code.
  2. Right-click index.html.
  3. Select "Open with Live Server".

Option 2: Python (If installed)

  1. Open a terminal in this folder.
  2. Run: python -m http.server
  3. Open http://localhost:8000 in your browser.

Option 3: Node.js (If installed)

  1. Open a terminal in this folder.
  2. Run: npx http-server
  3. Open the address shown (usually http://127.0.0.1:8080).

Why does it look broken without a server?

  • No Styles: If the CSS isn't loading, ensure the css folder is in the same directory as index.html.
  • No Content / "Paiement confirmé": The content is loaded dynamically via JavaScript. If the server isn't running, the browser blocks the script, so the content never loads.

About

Comprehensible customer onboarding for Javlot.io services.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors