React App Builder
  • React App Builder Docs
  • Web Platform
    • Install the WEB PLATFORM
    • Firebase Account setup
    • Paddle Account
  • App Producer
    • APP PRODUCER TYPES
  • Local
    • Environment Setup
    • Setup App Producer
    • Run App Producer locally
  • Server
    • Run App producer on server
  • Advance Configurations
    • Clone our docs
    • Make iPhone App for my Clients
    • Manual - Bank transfers from my clients
    • Translate my app builder site
    • Run the app builder locally
  • Common Problems
    • Can't log in, stays on the login screen
    • Error shows: You don't have Item Purchase
    • Stuck on App Prioducer
  • Plugins
    • Landing Page
    • App preview app
  • FAQ
    • FAQ
    • Changelog
    • How we can help you best.
Powered by GitBook
On this page
  • Configure
  • Install the npm modules
  • Publish on your own hosting

Was this helpful?

  1. Advance Configurations

Run the app builder locally

PreviousTranslate my app builder siteNextCan't log in, stays on the login screen

Last updated 5 years ago

Was this helpful?

Configure

Open the file Builder/firebase_config.js.

Here you should enter the firebase connection string.

Open config/app.js

There enter your admin email, purchase code etc..

Install the npm modules

Using Terminal or Command Prompt navigate to the downloaded and extracted zip. Then navigate to the folder "Builder"

cd Builder
npm install
npm run start

This will start your project on localhost. You will get the correct link. Probably

Publish on your own hosting

After you have run the builder locally, and if it works ok you can easily publish it on your own hosting if you want.

run

npm run build

This command will make a dist folder.

Upload this dist folder to your hosting.

http://localhost:3000localhost